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

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.