|
|
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.