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

Go to the source code of this file.

Variables

 $dataObjectHelper = Bootstrap::getObjectManager()->get(DataObjectHelper::class)
 
 $stockSourceLinksSave = Bootstrap::getObjectManager()->get(StockSourceLinksSaveInterface::class)
 
 $stockSourceLinkFactory = Bootstrap::getObjectManager()->get(StockSourceLinkInterfaceFactory::class)
 
 $linksData
 
 $links = []
 

Variable Documentation

◆ $dataObjectHelper

$dataObjectHelper = Bootstrap::getObjectManager()->get(DataObjectHelper::class)

Definition at line 15 of file stock_source_links.php.

◆ $links

$links = []

Definition at line 89 of file stock_source_links.php.

◆ $linksData

$linksData

EU-source-1(code:eu-1) - EU-stock(id:10) EU-source-2(code:eu-2) - EU-stock(id:10) EU-source-3(code:eu-3) - EU-stock(id:10) EU-source-disabled(code:eu-disabled) - EU-stock(id:10)

US-source-1(code:us-1) - US-stock(id:20)

EU-source-1(code:eu-1) - Global-stock(id:30) EU-source-2(code:eu-2) - Global-stock(id:30) EU-source-3(code:eu-3) - Global-stock(id:30) EU-source-disabled(code:eu-disabled) - Global-stock(id:30) US-source-1(code:us-1) - Global-stock(id:30)

Definition at line 36 of file stock_source_links.php.

◆ $stockSourceLinkFactory

$stockSourceLinkFactory = Bootstrap::getObjectManager()->get(StockSourceLinkInterfaceFactory::class)

Definition at line 19 of file stock_source_links.php.

◆ $stockSourceLinksSave

$stockSourceLinksSave = Bootstrap::getObjectManager()->get(StockSourceLinksSaveInterface::class)

Definition at line 17 of file stock_source_links.php.