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

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.