Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InstallSchema.php
Go to the documentation of this file.
1 <?php
8 
12 
16 class InstallSchema implements InstallSchemaInterface
17 {
24  {
26  $installer->startSetup();
27  $installer->endSetup();
28  }
29 }
$setup
Definition: trigger.php:12
install(SchemaSetupInterface $setup, ModuleContextInterface $context)