|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (SchemaConfigInterface $schemaConfig, SchemaDiff $schemaDiff, OperationsExecutor $operationsExecutor) | |
| installSchema (array $requestData) | |
Declaration Installer is facade for installation and upgrade db in declaration mode.
Definition at line 15 of file DeclarationInstaller.php.
| __construct | ( | SchemaConfigInterface | $schemaConfig, |
| SchemaDiff | $schemaDiff, | ||
| OperationsExecutor | $operationsExecutor | ||
| ) |
Constructor.
| SchemaConfigInterface | $schemaConfig | |
| SchemaDiff | $schemaDiff | |
| OperationsExecutor | $operationsExecutor |
Definition at line 39 of file DeclarationInstaller.php.
| installSchema | ( | array | $requestData | ) |
Install Schema in declarative way.
| array | $requestData | -> Data params which comes from UI or from CLI. |
Definition at line 55 of file DeclarationInstaller.php.