25개 이상의 토픽을 선택하실 수 없습니다. 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.