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

Go to the source code of this file.

Variables

 $stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class)
 
 try
 

Variable Documentation

◆ $stockRepository

$stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class)

Definition at line 13 of file stock_rollback.php.

◆ try

try
Initial value:
{
$stockRepository->deleteById(10)
$stockRepository

Definition at line 14 of file stock_rollback.php.