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 vuotta sitten
..
Declaration/Schema checkin 2 vuotta sitten
Option checkin 2 vuotta sitten
Patch checkin 2 vuotta sitten
SampleData checkin 2 vuotta sitten
SchemaListenerDefinition checkin 2 vuotta sitten
SchemaListenerHandlers checkin 2 vuotta sitten
Test/Unit checkin 2 vuotta sitten
BackendFrontnameGenerator.php checkin 2 vuotta sitten
BackupRollback.php checkin 2 vuotta sitten
BackupRollbackFactory.php checkin 2 vuotta sitten
ConfigOptionsListInterface.php checkin 2 vuotta sitten
ConsoleLogger.php checkin 2 vuotta sitten
DataCacheInterface.php checkin 2 vuotta sitten
Exception.php checkin 2 vuotta sitten
ExternalFKSetup.php checkin 2 vuotta sitten
FilePermissions.php checkin 2 vuotta sitten
InstallDataInterface.php checkin 2 vuotta sitten
InstallSchemaInterface.php checkin 2 vuotta sitten
JsonPersistor.php checkin 2 vuotta sitten
Lists.php checkin 2 vuotta sitten
LoggerInterface.php checkin 2 vuotta sitten
ModuleContextInterface.php checkin 2 vuotta sitten
ModuleDataSetupInterface.php checkin 2 vuotta sitten
OldDbValidator.php checkin 2 vuotta sitten
README.md checkin 2 vuotta sitten
SchemaListener.php checkin 2 vuotta sitten
SchemaPersistor.php checkin 2 vuotta sitten
SchemaSetupInterface.php checkin 2 vuotta sitten
SetupInterface.php checkin 2 vuotta sitten
UninstallInterface.php checkin 2 vuotta sitten
UpToDateValidatorInterface.php checkin 2 vuotta sitten
UpgradeDataInterface.php checkin 2 vuotta sitten
UpgradeSchemaInterface.php checkin 2 vuotta sitten
XmlPersistor.php checkin 2 vuotta sitten

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.