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

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $registry = $objectManager->get(Registry::class)
 
 $store = $objectManager->create(Store::class)
 
if($store->load('fixture_second_store', 'code') ->getId()) $configResource = $objectManager->get(\Magento\Config\Model\ResourceModel\Config::class)
 
 $website = $objectManager->create(Website::class)
 
 $storeManager = $objectManager->get(\Magento\Store\Model\StoreManagerInterface::class)
 
 $indexerRegistry = $objectManager->create(\Magento\Framework\Indexer\IndexerRegistry::class)
 

Variable Documentation

◆ $configResource

if ( $store->load( 'fixture_second_store', 'code') ->getId()) $configResource = $objectManager->get(\Magento\Config\Model\ResourceModel\Config::class)

Definition at line 29 of file websites_different_countries_rollback.php.

◆ $indexerRegistry

$indexerRegistry = $objectManager->create(\Magento\Framework\Indexer\IndexerRegistry::class)

Definition at line 56 of file websites_different_countries_rollback.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 15 of file websites_different_countries_rollback.php.

◆ $registry

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

Definition at line 17 of file websites_different_countries_rollback.php.

◆ $store

$store = $objectManager->create(Store::class)

Definition at line 22 of file websites_different_countries_rollback.php.

◆ $storeManager

$storeManager = $objectManager->get(\Magento\Store\Model\StoreManagerInterface::class)

Definition at line 52 of file websites_different_countries_rollback.php.

◆ $website

$website = $objectManager->create(Website::class)

Definition at line 37 of file websites_different_countries_rollback.php.