Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
acknowledged_bulk.php
Go to the documentation of this file.
1 <?php
6 require __DIR__ . '/bulk.php';
7 
8 $acknowledgedBulkTable = $resource->getTableName('magento_acknowledged_bulk');
9 $acknowledgedBulkQuery = "INSERT INTO {$acknowledgedBulkTable} (`bulk_uuid`) VALUES ('bulk-uuid-4'), ('bulk-uuid-5');";
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$resource
Definition: bulk.php:12
$acknowledgedBulkTable
$acknowledgedBulkQuery
$connection
Definition: bulk.php:13