longyi c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
..
Declaration c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Option c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Patch c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SampleData c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SchemaListenerDefinition c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SchemaListenerHandlers c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Test c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
BackendFrontnameGenerator.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
BackupRollback.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
BackupRollbackFactory.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ConfigOptionsListInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ConsoleLogger.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
DataCacheInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Exception.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ExternalFKSetup.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
FilePermissions.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
InstallDataInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
InstallSchemaInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
JsonPersistor.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
Lists.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
LoggerInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ModuleContextInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
ModuleDataSetupInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
OldDbValidator.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
README.md c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SchemaListener.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SchemaPersistor.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SchemaSetupInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
SetupInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
UninstallInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
UpToDateValidatorInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
UpgradeDataInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
UpgradeSchemaInterface.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos
XmlPersistor.php c9405dd336 vendor %!s(int64=5) %!d(string=hai) anos

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.