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

Go to the source code of this file.

Variables

 $deleteSourceItemsConfiguration = Bootstrap::getObjectManager()->get(DeleteSourceItemsConfigurationInterface::class)
 
 $sourceItemInterfaceFactory = Bootstrap::getObjectManager()->get(SourceItemInterfaceFactory::class)
 
 $sourceItems
 

Variable Documentation

◆ $deleteSourceItemsConfiguration

$deleteSourceItemsConfiguration = Bootstrap::getObjectManager()->get(DeleteSourceItemsConfigurationInterface::class)

Definition at line 14 of file source_item_configuration_rollback.php.

◆ $sourceItemInterfaceFactory

$sourceItemInterfaceFactory = Bootstrap::getObjectManager()->get(SourceItemInterfaceFactory::class)

Definition at line 17 of file source_item_configuration_rollback.php.

◆ $sourceItems

$sourceItems
Initial value:
= [
SourceItemInterface::SOURCE_CODE => 'eu-1',
SourceItemInterface::SKU => 'SKU-1'
]),
SourceItemInterface::SOURCE_CODE => 'eu-disabled',
SourceItemInterface::SKU => 'SKU-1'
]),
SourceItemInterface::SOURCE_CODE => 'eu-2',
SourceItemInterface::SKU => 'SKU-3'
])
]

Definition at line 19 of file source_item_configuration_rollback.php.