AttributeGroupServiceInterface
AttributeGroupServiceInterface.php
:
19
Interface
Methods¶
createAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
44
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | AttributeGroupCreateStruct | - | - |
Return values
Tags
deleteAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
62
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Tags
deleteAttributeGroupTranslation()
¶
AttributeGroupServiceInterface.php
:
67
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $languageCode | string | - | - |
Tags
findAttributeGroups()
¶
AttributeGroupServiceInterface.php
:
36
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | AttributeGroupQuery|null | null | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
AttributeGroupCollectionInterface
Tags
getAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
26
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
Tags
isAttributeGroupUsed()
¶
AttributeGroupServiceInterface.php
:
75
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Return values
bool
Tags
newAttributeGroupCreateStruct()
¶
AttributeGroupServiceInterface.php
:
46
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
newAttributeGroupUpdateStruct()
¶
AttributeGroupServiceInterface.php
:
48
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Return values
updateAttributeGroup()
¶
AttributeGroupServiceInterface.php
:
54
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $updateStruct | AttributeGroupUpdateStruct | - | - |