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

Go to the source code of this file.

Variables

 $productRepository
 
 $product = $productRepository->get('simple_1020')
 

Variable Documentation

◆ $product

$product = $productRepository->get('simple_1020')

Definition at line 16 of file product_configurable_with_disabled_child.php.

◆ $productRepository

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

Definition at line 13 of file product_configurable_with_disabled_child.php.