Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
configurable_attribute_with_source_model_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)
 
 $eavConfig = $objectManager->get(\Magento\Eav\Model\Config::class)
 
 $attribute = $eavConfig->getAttribute(\Magento\Catalog\Model\Product::ENTITY, 'test_configurable_with_sm')
 

Variable Documentation

◆ $attribute

$attribute = $eavConfig->getAttribute(\Magento\Catalog\Model\Product::ENTITY, 'test_configurable_with_sm')

◆ $eavConfig

$eavConfig = $objectManager->get(\Magento\Eav\Model\Config::class)

◆ $objectManager

◆ $registry

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