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

Go to the source code of this file.

Variables

 $productRepository
 
 $productLinkFactory
 
 $productIds = ['11', '22']
 
 $product = Bootstrap::getObjectManager()->create(Product::class)
 

Variable Documentation

◆ $product

$product = Bootstrap::getObjectManager()->create(Product::class)

Definition at line 40 of file product_grouped_with_simple.php.

◆ $productIds

$productIds = ['11', '22']

Definition at line 20 of file product_grouped_with_simple.php.

◆ $productLinkFactory

$productLinkFactory
Initial value:
= Bootstrap::getObjectManager()
->get(\Magento\Catalog\Api\Data\ProductLinkInterfaceFactory::class)

Definition at line 18 of file product_grouped_with_simple.php.

◆ $productRepository

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

Definition at line 15 of file product_grouped_with_simple.php.