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

Go to the source code of this file.

Variables

 $productRepository = Bootstrap::getObjectManager()->get(ProductRepositoryInterface::class)
 
 $products
 
 $productFactory = Bootstrap::getObjectManager()->create(ProductInterfaceFactory::class)
 

Variable Documentation

◆ $productFactory

$productFactory = Bootstrap::getObjectManager()->create(ProductInterfaceFactory::class)

Definition at line 59 of file products_for_index.php.

◆ $productRepository

$productRepository = Bootstrap::getObjectManager()->get(ProductRepositoryInterface::class)

Definition at line 16 of file products_for_index.php.

◆ $products

$products

Definition at line 17 of file products_for_index.php.