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

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.