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

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $registry = $objectManager->get(Registry::class)
 
 $productRepository
 

Variable Documentation

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 13 of file product_bundle_rollback.php.

◆ $productRepository

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

Definition at line 22 of file product_bundle_rollback.php.

◆ $registry

$registry = $objectManager->get(Registry::class)

Definition at line 16 of file product_bundle_rollback.php.