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

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.