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
Data
AttributeGroupInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Eav\Api\Data
;
7
8
use
Magento\Framework\Api\ExtensibleDataInterface
;
9
15
interface
AttributeGroupInterface
extends
ExtensibleDataInterface
16
{
17
const
GROUP_ID
=
'attribute_group_id'
;
18
19
const
GROUP_NAME
=
'attribute_group_name'
;
20
21
const
ATTRIBUTE_SET_ID
=
'attribute_set_id'
;
22
28
public
function
getAttributeGroupId
();
29
36
public
function
setAttributeGroupId
(
$attributeGroupId
);
37
43
public
function
getAttributeGroupName
();
44
51
public
function
setAttributeGroupName
($attributeGroupName);
52
58
public
function
getAttributeSetId
();
59
66
public
function
setAttributeSetId
(
$attributeSetId
);
67
73
public
function
getExtensionAttributes
();
74
81
public
function
setExtensionAttributes
(
82
\
Magento
\Eav\Api\Data\AttributeGroupExtensionInterface
$extensionAttributes
83
);
84
}
$attributeGroupId
$attributeGroupId
Definition:
custom_attributes.php:19
$attributeSetId
$attributeSetId
Definition:
filterable_attributes.php:11
Magento\Eav\Api\Data\AttributeGroupInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Eav\Api\Data\AttributeGroupInterface\setAttributeGroupName
setAttributeGroupName($attributeGroupName)
Magento\Eav\Api\Data\AttributeGroupInterface\GROUP_NAME
const GROUP_NAME
Definition:
AttributeGroupInterface.php:19
Magento\Eav\Api\Data\AttributeGroupInterface\getAttributeSetId
getAttributeSetId()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Eav\Api\Data\AttributeGroupInterface\setAttributeGroupId
setAttributeGroupId($attributeGroupId)
Magento\Eav\Api\Data\AttributeGroupInterface\setAttributeSetId
setAttributeSetId($attributeSetId)
Magento\Eav\Api\Data\AttributeGroupInterface\getAttributeGroupName
getAttributeGroupName()
Magento\Eav\Api\Data\AttributeGroupInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Eav\Api\Data\AttributeGroupExtensionInterface $extensionAttributes)
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Eav\Api\Data\AttributeGroupInterface\GROUP_ID
const GROUP_ID
Definition:
AttributeGroupInterface.php:17
Magento\Eav\Api\Data\AttributeGroupInterface\getAttributeGroupId
getAttributeGroupId()
Magento\Eav\Api\Data\AttributeGroupInterface\ATTRIBUTE_SET_ID
const ATTRIBUTE_SET_ID
Definition:
AttributeGroupInterface.php:21
Magento\Eav\Api\Data\AttributeGroupInterface
Definition:
AttributeGroupInterface.php:15
Magento\Eav\Api\Data
Definition:
AttributeDefaultValueInterface.php:7