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

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.