Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
few_simple_products_rollback.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
11 
13 $productRepository = Bootstrap::getObjectManager()
14  ->get(ProductRepositoryInterface::class);
15 
20 
21 try {
22  for ($i = 1; $i <= $productsAmount; $i++) {
24  $product = $productRepository->get("Product{$i}", false, null, true);
26  }
27 } catch (NoSuchEntityException $e) {
28 }
$i
Definition: gallery.phtml:31