AttributeGroupServiceInterface
AttributeGroupServiceInterface.php
:
20
Interface
Methods¶
createAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
46
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | AttributeGroupCreateStruct | - | - |
Return values
Tags
deleteAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
66
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Tags
deleteAttributeGroupTranslation()
¶
AttributeGroupServiceInterface.php
:
72
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $languageCode | string | - | - |
Tags
findAttributeGroups()
¶
AttributeGroupServiceInterface.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | AttributeGroupQuery|null | null | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
AttributeGroupCollectionInterface
Tags
getAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
Tags
isAttributeGroupUsed()
¶
AttributeGroupServiceInterface.php
:
80
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Return values
bool
Tags
newAttributeGroupCreateStruct()
¶
AttributeGroupServiceInterface.php
:
48
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
newAttributeGroupUpdateStruct()
¶
AttributeGroupServiceInterface.php
:
50
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Return values
updateAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
57
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $updateStruct | AttributeGroupUpdateStruct | - | - |