|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| Declaration | %!s(int64=5) %!d(string=hai) anos | |
| Option | %!s(int64=5) %!d(string=hai) anos | |
| Patch | %!s(int64=5) %!d(string=hai) anos | |
| SampleData | %!s(int64=5) %!d(string=hai) anos | |
| SchemaListenerDefinition | %!s(int64=5) %!d(string=hai) anos | |
| SchemaListenerHandlers | %!s(int64=5) %!d(string=hai) anos | |
| Test | %!s(int64=5) %!d(string=hai) anos | |
| BackendFrontnameGenerator.php | %!s(int64=5) %!d(string=hai) anos | |
| BackupRollback.php | %!s(int64=5) %!d(string=hai) anos | |
| BackupRollbackFactory.php | %!s(int64=5) %!d(string=hai) anos | |
| ConfigOptionsListInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| ConsoleLogger.php | %!s(int64=5) %!d(string=hai) anos | |
| DataCacheInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| Exception.php | %!s(int64=5) %!d(string=hai) anos | |
| ExternalFKSetup.php | %!s(int64=5) %!d(string=hai) anos | |
| FilePermissions.php | %!s(int64=5) %!d(string=hai) anos | |
| InstallDataInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| InstallSchemaInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| JsonPersistor.php | %!s(int64=5) %!d(string=hai) anos | |
| Lists.php | %!s(int64=5) %!d(string=hai) anos | |
| LoggerInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| ModuleContextInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| ModuleDataSetupInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| OldDbValidator.php | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| SchemaListener.php | %!s(int64=5) %!d(string=hai) anos | |
| SchemaPersistor.php | %!s(int64=5) %!d(string=hai) anos | |
| SchemaSetupInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| SetupInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| UninstallInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| UpToDateValidatorInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| UpgradeDataInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| UpgradeSchemaInterface.php | %!s(int64=5) %!d(string=hai) anos | |
| XmlPersistor.php | %!s(int64=5) %!d(string=hai) anos | |
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.