LocalAttributeGroupServiceInterface
LocalAttributeGroupServiceInterface.php
:
16
Extends
AttributeGroupServiceInterface
Methods¶
createAttributeGroup() ¶
LocalAttributeGroupServiceInterface.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | AttributeGroupCreateStruct | - | - |
Return values
Tags
deleteAttributeGroup() ¶
LocalAttributeGroupServiceInterface.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$group | AttributeGroupInterface | - | - |
Tags
deleteAttributeGroupTranslation() ¶
LocalAttributeGroupServiceInterface.php
:
40
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributeGroup | AttributeGroupInterface | - | - |
$languageCode | string | - | - |
findAttributeGroups() ¶
AttributeGroupServiceInterface.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | AttributeGroupQuery|null | null | - |
Return values
getAttributeGroup() ¶
AttributeGroupServiceInterface.php
:
23
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$prioritizedLanguages | iterable<string|int, Language>|null | null | - |
Return values
Tags
isAttributeGroupUsed() ¶
LocalAttributeGroupServiceInterface.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributeGroup | AttributeGroupInterface | - | - |
Return values
bool
Tags
newAttributeGroupCreateStruct() ¶
LocalAttributeGroupServiceInterface.php
:
28
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
newAttributeGroupUpdateStruct() ¶
LocalAttributeGroupServiceInterface.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$group | AttributeGroupInterface | - | - |
Return values
updateAttributeGroup() ¶
LocalAttributeGroupServiceInterface.php
:
35
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributeGroup | AttributeGroupInterface | - | - |
$updateStruct | AttributeGroupUpdateStruct | - | - |