longyi c9405dd336 vendor 5 yıl önce
..
Declaration c9405dd336 vendor 5 yıl önce
Option c9405dd336 vendor 5 yıl önce
Patch c9405dd336 vendor 5 yıl önce
SampleData c9405dd336 vendor 5 yıl önce
SchemaListenerDefinition c9405dd336 vendor 5 yıl önce
SchemaListenerHandlers c9405dd336 vendor 5 yıl önce
Test c9405dd336 vendor 5 yıl önce
BackendFrontnameGenerator.php c9405dd336 vendor 5 yıl önce
BackupRollback.php c9405dd336 vendor 5 yıl önce
BackupRollbackFactory.php c9405dd336 vendor 5 yıl önce
ConfigOptionsListInterface.php c9405dd336 vendor 5 yıl önce
ConsoleLogger.php c9405dd336 vendor 5 yıl önce
DataCacheInterface.php c9405dd336 vendor 5 yıl önce
Exception.php c9405dd336 vendor 5 yıl önce
ExternalFKSetup.php c9405dd336 vendor 5 yıl önce
FilePermissions.php c9405dd336 vendor 5 yıl önce
InstallDataInterface.php c9405dd336 vendor 5 yıl önce
InstallSchemaInterface.php c9405dd336 vendor 5 yıl önce
JsonPersistor.php c9405dd336 vendor 5 yıl önce
Lists.php c9405dd336 vendor 5 yıl önce
LoggerInterface.php c9405dd336 vendor 5 yıl önce
ModuleContextInterface.php c9405dd336 vendor 5 yıl önce
ModuleDataSetupInterface.php c9405dd336 vendor 5 yıl önce
OldDbValidator.php c9405dd336 vendor 5 yıl önce
README.md c9405dd336 vendor 5 yıl önce
SchemaListener.php c9405dd336 vendor 5 yıl önce
SchemaPersistor.php c9405dd336 vendor 5 yıl önce
SchemaSetupInterface.php c9405dd336 vendor 5 yıl önce
SetupInterface.php c9405dd336 vendor 5 yıl önce
UninstallInterface.php c9405dd336 vendor 5 yıl önce
UpToDateValidatorInterface.php c9405dd336 vendor 5 yıl önce
UpgradeDataInterface.php c9405dd336 vendor 5 yıl önce
UpgradeSchemaInterface.php c9405dd336 vendor 5 yıl önce
XmlPersistor.php c9405dd336 vendor 5 yıl önce

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.