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

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.