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 年之前
..
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.