Copied!

AttributeTypeServiceInterface

AttributeTypeServiceInterface.php : 13

Methods

publicgetAttributeType()

AttributeTypeServiceInterface.php : 23
public getAttributeType(string $identifier) : AttributeTypeInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

AttributeTypeInterface

Tags
Throws
NotFoundException

publicgetAttributeTypes()

AttributeTypeServiceInterface.php : 18
public getAttributeTypes() : iterable<string, AttributeTypeInterface>

Return values

iterable<string, AttributeTypeInterface>

publichasAttributeType()

AttributeTypeServiceInterface.php : 25
public hasAttributeType(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool