Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 år sedan
..
Declaration/Schema checkin 2 år sedan
Option checkin 2 år sedan
Patch checkin 2 år sedan
SampleData checkin 2 år sedan
SchemaListenerDefinition checkin 2 år sedan
SchemaListenerHandlers checkin 2 år sedan
Test/Unit checkin 2 år sedan
BackendFrontnameGenerator.php checkin 2 år sedan
BackupRollback.php checkin 2 år sedan
BackupRollbackFactory.php checkin 2 år sedan
ConfigOptionsListInterface.php checkin 2 år sedan
ConsoleLogger.php checkin 2 år sedan
DataCacheInterface.php checkin 2 år sedan
Exception.php checkin 2 år sedan
ExternalFKSetup.php checkin 2 år sedan
FilePermissions.php checkin 2 år sedan
InstallDataInterface.php checkin 2 år sedan
InstallSchemaInterface.php checkin 2 år sedan
JsonPersistor.php checkin 2 år sedan
Lists.php checkin 2 år sedan
LoggerInterface.php checkin 2 år sedan
ModuleContextInterface.php checkin 2 år sedan
ModuleDataSetupInterface.php checkin 2 år sedan
OldDbValidator.php checkin 2 år sedan
README.md checkin 2 år sedan
SchemaListener.php checkin 2 år sedan
SchemaPersistor.php checkin 2 år sedan
SchemaSetupInterface.php checkin 2 år sedan
SetupInterface.php checkin 2 år sedan
UninstallInterface.php checkin 2 år sedan
UpToDateValidatorInterface.php checkin 2 år sedan
UpgradeDataInterface.php checkin 2 år sedan
UpgradeSchemaInterface.php checkin 2 år sedan
XmlPersistor.php checkin 2 år sedan

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.