You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 years ago
..
Declaration/Schema checkin 2 years ago
Option checkin 2 years ago
Patch checkin 2 years ago
SampleData checkin 2 years ago
SchemaListenerDefinition checkin 2 years ago
SchemaListenerHandlers checkin 2 years ago
Test/Unit checkin 2 years ago
BackendFrontnameGenerator.php checkin 2 years ago
BackupRollback.php checkin 2 years ago
BackupRollbackFactory.php checkin 2 years ago
ConfigOptionsListInterface.php checkin 2 years ago
ConsoleLogger.php checkin 2 years ago
DataCacheInterface.php checkin 2 years ago
Exception.php checkin 2 years ago
ExternalFKSetup.php checkin 2 years ago
FilePermissions.php checkin 2 years ago
InstallDataInterface.php checkin 2 years ago
InstallSchemaInterface.php checkin 2 years ago
JsonPersistor.php checkin 2 years ago
Lists.php checkin 2 years ago
LoggerInterface.php checkin 2 years ago
ModuleContextInterface.php checkin 2 years ago
ModuleDataSetupInterface.php checkin 2 years ago
OldDbValidator.php checkin 2 years ago
README.md checkin 2 years ago
SchemaListener.php checkin 2 years ago
SchemaPersistor.php checkin 2 years ago
SchemaSetupInterface.php checkin 2 years ago
SetupInterface.php checkin 2 years ago
UninstallInterface.php checkin 2 years ago
UpToDateValidatorInterface.php checkin 2 years ago
UpgradeDataInterface.php checkin 2 years ago
UpgradeSchemaInterface.php checkin 2 years ago
XmlPersistor.php checkin 2 years ago

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.