No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Declaration/Schema checkin hace 2 años
Option checkin hace 2 años
Patch checkin hace 2 años
SampleData checkin hace 2 años
SchemaListenerDefinition checkin hace 2 años
SchemaListenerHandlers checkin hace 2 años
Test/Unit checkin hace 2 años
BackendFrontnameGenerator.php checkin hace 2 años
BackupRollback.php checkin hace 2 años
BackupRollbackFactory.php checkin hace 2 años
ConfigOptionsListInterface.php checkin hace 2 años
ConsoleLogger.php checkin hace 2 años
DataCacheInterface.php checkin hace 2 años
Exception.php checkin hace 2 años
ExternalFKSetup.php checkin hace 2 años
FilePermissions.php checkin hace 2 años
InstallDataInterface.php checkin hace 2 años
InstallSchemaInterface.php checkin hace 2 años
JsonPersistor.php checkin hace 2 años
Lists.php checkin hace 2 años
LoggerInterface.php checkin hace 2 años
ModuleContextInterface.php checkin hace 2 años
ModuleDataSetupInterface.php checkin hace 2 años
OldDbValidator.php checkin hace 2 años
README.md checkin hace 2 años
SchemaListener.php checkin hace 2 años
SchemaPersistor.php checkin hace 2 años
SchemaSetupInterface.php checkin hace 2 años
SetupInterface.php checkin hace 2 años
UninstallInterface.php checkin hace 2 años
UpToDateValidatorInterface.php checkin hace 2 años
UpgradeDataInterface.php checkin hace 2 años
UpgradeSchemaInterface.php checkin hace 2 años
XmlPersistor.php checkin hace 2 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.