Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Declaration/Schema checkin 2 anni fa
Option checkin 2 anni fa
Patch checkin 2 anni fa
SampleData checkin 2 anni fa
SchemaListenerDefinition checkin 2 anni fa
SchemaListenerHandlers checkin 2 anni fa
Test/Unit checkin 2 anni fa
BackendFrontnameGenerator.php checkin 2 anni fa
BackupRollback.php checkin 2 anni fa
BackupRollbackFactory.php checkin 2 anni fa
ConfigOptionsListInterface.php checkin 2 anni fa
ConsoleLogger.php checkin 2 anni fa
DataCacheInterface.php checkin 2 anni fa
Exception.php checkin 2 anni fa
ExternalFKSetup.php checkin 2 anni fa
FilePermissions.php checkin 2 anni fa
InstallDataInterface.php checkin 2 anni fa
InstallSchemaInterface.php checkin 2 anni fa
JsonPersistor.php checkin 2 anni fa
Lists.php checkin 2 anni fa
LoggerInterface.php checkin 2 anni fa
ModuleContextInterface.php checkin 2 anni fa
ModuleDataSetupInterface.php checkin 2 anni fa
OldDbValidator.php checkin 2 anni fa
README.md checkin 2 anni fa
SchemaListener.php checkin 2 anni fa
SchemaPersistor.php checkin 2 anni fa
SchemaSetupInterface.php checkin 2 anni fa
SetupInterface.php checkin 2 anni fa
UninstallInterface.php checkin 2 anni fa
UpToDateValidatorInterface.php checkin 2 anni fa
UpgradeDataInterface.php checkin 2 anni fa
UpgradeSchemaInterface.php checkin 2 anni fa
XmlPersistor.php checkin 2 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.