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

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $attributeSetFactory = $objectManager->get(AttributeSetInterfaceFactory::class)
 
 $attributeGroupFactory = $objectManager->get(AttributeGroupInterfaceFactory::class)
 
 $dataObjectHelper = $objectManager->get(DataObjectHelper::class)
 
 $attributeGroupRepository = $objectManager->get(AttributeGroupRepositoryInterface::class)
 
 $attributeSetRepository = $objectManager->get(AttributeSetRepositoryInterface::class)
 
 $attributeSet = $attributeSetFactory->create()
 
 $entityTypeId = $objectManager->create(Type::class)->loadByCode('catalog_product')->getId()
 
 $attributeGroup = $attributeGroupFactory->create()
 

Variable Documentation

◆ $attributeGroup

$attributeGroup = $attributeGroupFactory->create()

Definition at line 40 of file attribute_set_with_renamed_group.php.

◆ $attributeGroupFactory

$attributeGroupFactory = $objectManager->get(AttributeGroupInterfaceFactory::class)

Definition at line 18 of file attribute_set_with_renamed_group.php.

◆ $attributeGroupRepository

$attributeGroupRepository = $objectManager->get(AttributeGroupRepositoryInterface::class)

Definition at line 22 of file attribute_set_with_renamed_group.php.

◆ $attributeSet

$attributeSet = $attributeSetFactory->create()

Definition at line 27 of file attribute_set_with_renamed_group.php.

◆ $attributeSetFactory

$attributeSetFactory = $objectManager->get(AttributeSetInterfaceFactory::class)

Definition at line 17 of file attribute_set_with_renamed_group.php.

◆ $attributeSetRepository

$attributeSetRepository = $objectManager->get(AttributeSetRepositoryInterface::class)

Definition at line 24 of file attribute_set_with_renamed_group.php.

◆ $dataObjectHelper

$dataObjectHelper = $objectManager->get(DataObjectHelper::class)

Definition at line 20 of file attribute_set_with_renamed_group.php.

◆ $entityTypeId

$entityTypeId = $objectManager->create(Type::class)->loadByCode('catalog_product')->getId()

Definition at line 28 of file attribute_set_with_renamed_group.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 16 of file attribute_set_with_renamed_group.php.