|
5 éve | |
---|---|---|
.. | ||
Declaration | 5 éve | |
Option | 5 éve | |
Patch | 5 éve | |
SampleData | 5 éve | |
SchemaListenerDefinition | 5 éve | |
SchemaListenerHandlers | 5 éve | |
Test | 5 éve | |
BackendFrontnameGenerator.php | 5 éve | |
BackupRollback.php | 5 éve | |
BackupRollbackFactory.php | 5 éve | |
ConfigOptionsListInterface.php | 5 éve | |
ConsoleLogger.php | 5 éve | |
DataCacheInterface.php | 5 éve | |
Exception.php | 5 éve | |
ExternalFKSetup.php | 5 éve | |
FilePermissions.php | 5 éve | |
InstallDataInterface.php | 5 éve | |
InstallSchemaInterface.php | 5 éve | |
JsonPersistor.php | 5 éve | |
Lists.php | 5 éve | |
LoggerInterface.php | 5 éve | |
ModuleContextInterface.php | 5 éve | |
ModuleDataSetupInterface.php | 5 éve | |
OldDbValidator.php | 5 éve | |
README.md | 5 éve | |
SchemaListener.php | 5 éve | |
SchemaPersistor.php | 5 éve | |
SchemaSetupInterface.php | 5 éve | |
SetupInterface.php | 5 éve | |
UninstallInterface.php | 5 éve | |
UpToDateValidatorInterface.php | 5 éve | |
UpgradeDataInterface.php | 5 éve | |
UpgradeSchemaInterface.php | 5 éve | |
XmlPersistor.php | 5 éve |
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.