選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2年前
..
Declaration/Schema checkin 2年前
Option checkin 2年前
Patch checkin 2年前
SampleData checkin 2年前
SchemaListenerDefinition checkin 2年前
SchemaListenerHandlers checkin 2年前
Test/Unit checkin 2年前
BackendFrontnameGenerator.php checkin 2年前
BackupRollback.php checkin 2年前
BackupRollbackFactory.php checkin 2年前
ConfigOptionsListInterface.php checkin 2年前
ConsoleLogger.php checkin 2年前
DataCacheInterface.php checkin 2年前
Exception.php checkin 2年前
ExternalFKSetup.php checkin 2年前
FilePermissions.php checkin 2年前
InstallDataInterface.php checkin 2年前
InstallSchemaInterface.php checkin 2年前
JsonPersistor.php checkin 2年前
Lists.php checkin 2年前
LoggerInterface.php checkin 2年前
ModuleContextInterface.php checkin 2年前
ModuleDataSetupInterface.php checkin 2年前
OldDbValidator.php checkin 2年前
README.md checkin 2年前
SchemaListener.php checkin 2年前
SchemaPersistor.php checkin 2年前
SchemaSetupInterface.php checkin 2年前
SetupInterface.php checkin 2年前
UninstallInterface.php checkin 2年前
UpToDateValidatorInterface.php checkin 2年前
UpgradeDataInterface.php checkin 2年前
UpgradeSchemaInterface.php checkin 2年前
XmlPersistor.php checkin 2年前

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.