25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Declaration/Schema checkin 2 yıl önce
Option checkin 2 yıl önce
Patch checkin 2 yıl önce
SampleData checkin 2 yıl önce
SchemaListenerDefinition checkin 2 yıl önce
SchemaListenerHandlers checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
BackendFrontnameGenerator.php checkin 2 yıl önce
BackupRollback.php checkin 2 yıl önce
BackupRollbackFactory.php checkin 2 yıl önce
ConfigOptionsListInterface.php checkin 2 yıl önce
ConsoleLogger.php checkin 2 yıl önce
DataCacheInterface.php checkin 2 yıl önce
Exception.php checkin 2 yıl önce
ExternalFKSetup.php checkin 2 yıl önce
FilePermissions.php checkin 2 yıl önce
InstallDataInterface.php checkin 2 yıl önce
InstallSchemaInterface.php checkin 2 yıl önce
JsonPersistor.php checkin 2 yıl önce
Lists.php checkin 2 yıl önce
LoggerInterface.php checkin 2 yıl önce
ModuleContextInterface.php checkin 2 yıl önce
ModuleDataSetupInterface.php checkin 2 yıl önce
OldDbValidator.php checkin 2 yıl önce
README.md checkin 2 yıl önce
SchemaListener.php checkin 2 yıl önce
SchemaPersistor.php checkin 2 yıl önce
SchemaSetupInterface.php checkin 2 yıl önce
SetupInterface.php checkin 2 yıl önce
UninstallInterface.php checkin 2 yıl önce
UpToDateValidatorInterface.php checkin 2 yıl önce
UpgradeDataInterface.php checkin 2 yıl önce
UpgradeSchemaInterface.php checkin 2 yıl önce
XmlPersistor.php checkin 2 yıl önce

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.