Copied!

AttributeGroupServiceInterface

AttributeGroupServiceInterface.php : 15

Methods

publicfindAttributeGroups()

AttributeGroupServiceInterface.php : 25
public findAttributeGroups([AttributeGroupQuery|null $query = null ]) : AttributeGroupListInterface

Parameters

Name Type Default value Description
$query AttributeGroupQuery|null null -

Return values

AttributeGroupListInterface

publicgetAttributeGroup()

AttributeGroupServiceInterface.php : 23
public getAttributeGroup(string $identifier[, iterable<string|int, Language>|null $prioritizedLanguages = null ]) : AttributeGroupInterface

Parameters

Name Type Default value Description
$identifier string - -
$prioritizedLanguages iterable<string|int, Language>|null null -

Return values

AttributeGroupInterface

Tags
Throws
NotFoundException
Throws
UnauthorizedException