longyi c9405dd336 vendor 5 年 前
..
Declaration c9405dd336 vendor 5 年 前
Option c9405dd336 vendor 5 年 前
Patch c9405dd336 vendor 5 年 前
SampleData c9405dd336 vendor 5 年 前
SchemaListenerDefinition c9405dd336 vendor 5 年 前
SchemaListenerHandlers c9405dd336 vendor 5 年 前
Test c9405dd336 vendor 5 年 前
BackendFrontnameGenerator.php c9405dd336 vendor 5 年 前
BackupRollback.php c9405dd336 vendor 5 年 前
BackupRollbackFactory.php c9405dd336 vendor 5 年 前
ConfigOptionsListInterface.php c9405dd336 vendor 5 年 前
ConsoleLogger.php c9405dd336 vendor 5 年 前
DataCacheInterface.php c9405dd336 vendor 5 年 前
Exception.php c9405dd336 vendor 5 年 前
ExternalFKSetup.php c9405dd336 vendor 5 年 前
FilePermissions.php c9405dd336 vendor 5 年 前
InstallDataInterface.php c9405dd336 vendor 5 年 前
InstallSchemaInterface.php c9405dd336 vendor 5 年 前
JsonPersistor.php c9405dd336 vendor 5 年 前
Lists.php c9405dd336 vendor 5 年 前
LoggerInterface.php c9405dd336 vendor 5 年 前
ModuleContextInterface.php c9405dd336 vendor 5 年 前
ModuleDataSetupInterface.php c9405dd336 vendor 5 年 前
OldDbValidator.php c9405dd336 vendor 5 年 前
README.md c9405dd336 vendor 5 年 前
SchemaListener.php c9405dd336 vendor 5 年 前
SchemaPersistor.php c9405dd336 vendor 5 年 前
SchemaSetupInterface.php c9405dd336 vendor 5 年 前
SetupInterface.php c9405dd336 vendor 5 年 前
UninstallInterface.php c9405dd336 vendor 5 年 前
UpToDateValidatorInterface.php c9405dd336 vendor 5 年 前
UpgradeDataInterface.php c9405dd336 vendor 5 年 前
UpgradeSchemaInterface.php c9405dd336 vendor 5 年 前
XmlPersistor.php c9405dd336 vendor 5 年 前

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.