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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $registry = $objectManager->get(\Magento\Framework\Registry::class)
 
 $category = $objectManager->create(\Magento\Catalog\Model\Category::class)
 
 $store = $objectManager->create(\Magento\Store\Model\Store::class)
 
 $website = $objectManager->create(\Magento\Store\Model\Website::class)
 
 $attributeSet = $objectManager->create(\Magento\Eav\Model\Entity\Attribute\Set::class)
 

Variable Documentation

◆ $attributeSet

$attributeSet = $objectManager->create(\Magento\Eav\Model\Entity\Attribute\Set::class)

◆ $category

$category = $objectManager->create(\Magento\Catalog\Model\Category::class)

◆ $objectManager

◆ $registry

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

◆ $store

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

◆ $website

$website = $objectManager->create(\Magento\Store\Model\Website::class)