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.