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

Go to the source code of this file.

Variables

 $registry = Bootstrap::getObjectManager()->get(\Magento\Framework\Registry::class)
 
 $orderCollection = Bootstrap::getObjectManager()->create(\Magento\Sales\Model\ResourceModel\Order\Collection::class)
 
 $productCollection
 
 $stockRegistryStorage
 

Variable Documentation

◆ $orderCollection

$orderCollection = Bootstrap::getObjectManager()->create(\Magento\Sales\Model\ResourceModel\Order\Collection::class)

Definition at line 15 of file default_rollback.php.

◆ $productCollection

$productCollection
Initial value:
= Bootstrap::getObjectManager()->create(
\Magento\Catalog\Model\ResourceModel\Product\Collection::class
)

Definition at line 21 of file default_rollback.php.

◆ $registry

$registry = Bootstrap::getObjectManager()->get(\Magento\Framework\Registry::class)

Definition at line 10 of file default_rollback.php.

◆ $stockRegistryStorage

$stockRegistryStorage
Initial value:
= Bootstrap::getObjectManager()
->get(\Magento\CatalogInventory\Model\StockRegistryStorage::class)

Definition at line 29 of file default_rollback.php.