Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InstallData.php
Go to the documentation of this file.
1 <?php
7 
11 
17 {
25  {
26  $adapter = $setup->getConnection();
27  $setup->startSetup();
28  $adapter->insertArray('reference_table', ['some_integer'], [7, 2, 3, 5]);
29  $setup->endSetup();
30  }
31 }
$adapter
Definition: webapi_user.php:16
$setup
Definition: trigger.php:12
install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
Definition: InstallData.php:24