Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
indexer_catalog_products.php File Reference

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $productRepository
 
 $productFirst = $objectManager->create(\Magento\Catalog\Model\Product::class)
 
 $productSecond = $objectManager->create(\Magento\Catalog\Model\Product::class)
 
 $productThird = $objectManager->create(\Magento\Catalog\Model\Product::class)
 

Variable Documentation

◆ $objectManager

Definition at line 8 of file indexer_catalog_products.php.

◆ $productFirst

$productFirst = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 15 of file indexer_catalog_products.php.

◆ $productRepository

$productRepository
Initial value:
\Magento\Catalog\Model\ProductRepository::class
)

Definition at line 10 of file indexer_catalog_products.php.

◆ $productSecond

$productSecond = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 32 of file indexer_catalog_products.php.

◆ $productThird

$productThird = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 49 of file indexer_catalog_products.php.