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

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.