Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-eav
Api
AttributeManagementInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Eav\Api
;
8
14
interface
AttributeManagementInterface
15
{
28
public
function
assign
(
$entityTypeCode
,
$attributeSetId
,
$attributeGroupId
,
$attributeCode
, $sortOrder);
29
40
public
function
unassign
(
$attributeSetId
,
$attributeCode
);
41
50
public
function
getAttributes
(
$entityTypeCode
,
$attributeSetId
);
51
}
Magento\Eav\Api\AttributeManagementInterface\getAttributes
getAttributes($entityTypeCode, $attributeSetId)
$attributeGroupId
$attributeGroupId
Definition:
custom_attributes.php:19
$attributeSetId
$attributeSetId
Definition:
filterable_attributes.php:11
$entityTypeCode
$entityTypeCode
Definition:
custom_category_store_media_disabled.php:36
Magento\Eav\Api\AttributeManagementInterface
Definition:
AttributeManagementInterface.php:14
Magento\Eav\Api\AttributeManagementInterface\unassign
unassign($attributeSetId, $attributeCode)
Magento\Eav\Api
Definition:
AttributeSetManagementTest.php:7
$attributeCode
$attributeCode
Definition:
extend.phtml:12
Magento\Eav\Api\AttributeManagementInterface\assign
assign($entityTypeCode, $attributeSetId, $attributeGroupId, $attributeCode, $sortOrder)