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

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $productFactory = $objectManager->get(ProductInterfaceFactory::class)
 
 $extensionAttributesFactory = $objectManager->get(ExtensionAttributesFactory::class)
 
 $bundleOptionFactory = $objectManager->get(OptionInterfaceFactory::class)
 
 $productLinkFactory = $objectManager->get(LinkInterfaceFactory::class)
 
 $productRepository = $objectManager->get(ProductRepositoryInterface::class)
 
 $productsData
 

Variable Documentation

◆ $bundleOptionFactory

$bundleOptionFactory = $objectManager->get(OptionInterfaceFactory::class)

Definition at line 25 of file products_bundle.php.

◆ $extensionAttributesFactory

$extensionAttributesFactory = $objectManager->get(ExtensionAttributesFactory::class)

Definition at line 24 of file products_bundle.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 20 of file products_bundle.php.

◆ $productFactory

$productFactory = $objectManager->get(ProductInterfaceFactory::class)

Definition at line 22 of file products_bundle.php.

◆ $productLinkFactory

$productLinkFactory = $objectManager->get(LinkInterfaceFactory::class)

Definition at line 26 of file products_bundle.php.

◆ $productRepository

$productRepository = $objectManager->get(ProductRepositoryInterface::class)

Definition at line 29 of file products_bundle.php.

◆ $productsData

$productsData

Definition at line 32 of file products_bundle.php.