Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Declaration/Schema checkin il y a 2 ans
Option checkin il y a 2 ans
Patch checkin il y a 2 ans
SampleData checkin il y a 2 ans
SchemaListenerDefinition checkin il y a 2 ans
SchemaListenerHandlers checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
BackendFrontnameGenerator.php checkin il y a 2 ans
BackupRollback.php checkin il y a 2 ans
BackupRollbackFactory.php checkin il y a 2 ans
ConfigOptionsListInterface.php checkin il y a 2 ans
ConsoleLogger.php checkin il y a 2 ans
DataCacheInterface.php checkin il y a 2 ans
Exception.php checkin il y a 2 ans
ExternalFKSetup.php checkin il y a 2 ans
FilePermissions.php checkin il y a 2 ans
InstallDataInterface.php checkin il y a 2 ans
InstallSchemaInterface.php checkin il y a 2 ans
JsonPersistor.php checkin il y a 2 ans
Lists.php checkin il y a 2 ans
LoggerInterface.php checkin il y a 2 ans
ModuleContextInterface.php checkin il y a 2 ans
ModuleDataSetupInterface.php checkin il y a 2 ans
OldDbValidator.php checkin il y a 2 ans
README.md checkin il y a 2 ans
SchemaListener.php checkin il y a 2 ans
SchemaPersistor.php checkin il y a 2 ans
SchemaSetupInterface.php checkin il y a 2 ans
SetupInterface.php checkin il y a 2 ans
UninstallInterface.php checkin il y a 2 ans
UpToDateValidatorInterface.php checkin il y a 2 ans
UpgradeDataInterface.php checkin il y a 2 ans
UpgradeSchemaInterface.php checkin il y a 2 ans
XmlPersistor.php checkin il y a 2 ans

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.