longyi c9405dd336 vendor пре 5 година
..
Declaration c9405dd336 vendor пре 5 година
Option c9405dd336 vendor пре 5 година
Patch c9405dd336 vendor пре 5 година
SampleData c9405dd336 vendor пре 5 година
SchemaListenerDefinition c9405dd336 vendor пре 5 година
SchemaListenerHandlers c9405dd336 vendor пре 5 година
Test c9405dd336 vendor пре 5 година
BackendFrontnameGenerator.php c9405dd336 vendor пре 5 година
BackupRollback.php c9405dd336 vendor пре 5 година
BackupRollbackFactory.php c9405dd336 vendor пре 5 година
ConfigOptionsListInterface.php c9405dd336 vendor пре 5 година
ConsoleLogger.php c9405dd336 vendor пре 5 година
DataCacheInterface.php c9405dd336 vendor пре 5 година
Exception.php c9405dd336 vendor пре 5 година
ExternalFKSetup.php c9405dd336 vendor пре 5 година
FilePermissions.php c9405dd336 vendor пре 5 година
InstallDataInterface.php c9405dd336 vendor пре 5 година
InstallSchemaInterface.php c9405dd336 vendor пре 5 година
JsonPersistor.php c9405dd336 vendor пре 5 година
Lists.php c9405dd336 vendor пре 5 година
LoggerInterface.php c9405dd336 vendor пре 5 година
ModuleContextInterface.php c9405dd336 vendor пре 5 година
ModuleDataSetupInterface.php c9405dd336 vendor пре 5 година
OldDbValidator.php c9405dd336 vendor пре 5 година
README.md c9405dd336 vendor пре 5 година
SchemaListener.php c9405dd336 vendor пре 5 година
SchemaPersistor.php c9405dd336 vendor пре 5 година
SchemaSetupInterface.php c9405dd336 vendor пре 5 година
SetupInterface.php c9405dd336 vendor пре 5 година
UninstallInterface.php c9405dd336 vendor пре 5 година
UpToDateValidatorInterface.php c9405dd336 vendor пре 5 година
UpgradeDataInterface.php c9405dd336 vendor пре 5 година
UpgradeSchemaInterface.php c9405dd336 vendor пре 5 година
XmlPersistor.php c9405dd336 vendor пре 5 година

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.