Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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) | |
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 = $objectManager->create(\Magento\Framework\Indexer\IndexerRegistry::class) |
Definition at line 56 of file websites_different_countries_rollback.php.
$objectManager = Bootstrap::getObjectManager() |
Definition at line 15 of file websites_different_countries_rollback.php.
$registry = $objectManager->get(Registry::class) |
Definition at line 17 of file websites_different_countries_rollback.php.
$store = $objectManager->create(Store::class) |
Definition at line 22 of file websites_different_countries_rollback.php.
$storeManager = $objectManager->get(\Magento\Store\Model\StoreManagerInterface::class) |
Definition at line 52 of file websites_different_countries_rollback.php.
$website = $objectManager->create(Website::class) |
Definition at line 37 of file websites_different_countries_rollback.php.