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

Go to the source code of this file.

Variables

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

Variable Documentation

◆ $objectManager

Definition at line 8 of file indexer_fulltext.php.

◆ $productFifth

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

Definition at line 75 of file indexer_fulltext.php.

◆ $productFirst

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

Definition at line 11 of file indexer_fulltext.php.

◆ $productFourth

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

Definition at line 59 of file indexer_fulltext.php.

◆ $productSecond

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

Definition at line 27 of file indexer_fulltext.php.

◆ $productThird

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

Definition at line 43 of file indexer_fulltext.php.