longyi c9405dd336 vendor 5 년 전
..
Declaration c9405dd336 vendor 5 년 전
Option c9405dd336 vendor 5 년 전
Patch c9405dd336 vendor 5 년 전
SampleData c9405dd336 vendor 5 년 전
SchemaListenerDefinition c9405dd336 vendor 5 년 전
SchemaListenerHandlers c9405dd336 vendor 5 년 전
Test c9405dd336 vendor 5 년 전
BackendFrontnameGenerator.php c9405dd336 vendor 5 년 전
BackupRollback.php c9405dd336 vendor 5 년 전
BackupRollbackFactory.php c9405dd336 vendor 5 년 전
ConfigOptionsListInterface.php c9405dd336 vendor 5 년 전
ConsoleLogger.php c9405dd336 vendor 5 년 전
DataCacheInterface.php c9405dd336 vendor 5 년 전
Exception.php c9405dd336 vendor 5 년 전
ExternalFKSetup.php c9405dd336 vendor 5 년 전
FilePermissions.php c9405dd336 vendor 5 년 전
InstallDataInterface.php c9405dd336 vendor 5 년 전
InstallSchemaInterface.php c9405dd336 vendor 5 년 전
JsonPersistor.php c9405dd336 vendor 5 년 전
Lists.php c9405dd336 vendor 5 년 전
LoggerInterface.php c9405dd336 vendor 5 년 전
ModuleContextInterface.php c9405dd336 vendor 5 년 전
ModuleDataSetupInterface.php c9405dd336 vendor 5 년 전
OldDbValidator.php c9405dd336 vendor 5 년 전
README.md c9405dd336 vendor 5 년 전
SchemaListener.php c9405dd336 vendor 5 년 전
SchemaPersistor.php c9405dd336 vendor 5 년 전
SchemaSetupInterface.php c9405dd336 vendor 5 년 전
SetupInterface.php c9405dd336 vendor 5 년 전
UninstallInterface.php c9405dd336 vendor 5 년 전
UpToDateValidatorInterface.php c9405dd336 vendor 5 년 전
UpgradeDataInterface.php c9405dd336 vendor 5 년 전
UpgradeSchemaInterface.php c9405dd336 vendor 5 년 전
XmlPersistor.php c9405dd336 vendor 5 년 전

README.md

Setup provides interfaces that should be used or implemented by Setup data and schema installs, upgrades and uninstalls.

Implement InstallSchemaInterface and/or UpgradeSchemaInterface for DB schema install and/or upgrade. Implement InstallDataInterface and/or UpgradeDataInterface for DB data install and/or upgrade. Implement UninstallInterface for handling data removal during module uninstall.

Setup application provides concrete implementation of a module context and setup DB/schema resources, so they can be used to determine current state of the module and get access to DB resource.