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

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.