Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Eav\Api;
8 
15 {
29 
40  public function unassign($attributeSetId, $attributeCode);
41 
51 }
getAttributes($entityTypeCode, $attributeSetId)
$attributeGroupId
unassign($attributeSetId, $attributeCode)
$attributeCode
Definition: extend.phtml:12
assign($entityTypeCode, $attributeSetId, $attributeGroupId, $attributeCode, $sortOrder)