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