BrandContextInterface
BrandContextInterface.php
:
15
Interface
Methods¶
getAttributeValue()
¶
BrandContextInterface.php
:
57
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $definitionIdentifier | string | - | - |
| $languageCode | string|null | null | - |
Return values
BrandContextAttributeValueInterface|null
getAttributeValues()
¶
BrandContextInterface.php
:
55
Returns all attribute values grouped by definition, with each definition's fallback-language value (per the prioritized languages the brand context was loaded with) coming first within its group.
|
|
|
Return values
array<int, BrandContextAttributeValueInterface>
getColor()
¶
BrandContextInterface.php
:
25
|
|
|
Return values
string
getCreatedAt()
¶
BrandContextInterface.php
:
62
|
|
|
Return values
DateTimeImmutable
getCreatedBy()
¶
BrandContextInterface.php
:
66
|
|
|
Return values
User|null
getDescription()
¶
BrandContextInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string|null | null | - |
Return values
string|null
getDescriptions()
¶
BrandContextInterface.php
:
46
|
|
|
Return values
array<string, string|null>
getId()
¶
BrandContextInterface.php
:
17
|
|
|
Return values
int
getIdentifier()
¶
BrandContextInterface.php
:
19
|
|
|
Return values
string
getLanguages()
¶
BrandContextInterface.php
:
36
|
|
|
Return values
array<string|int, string>
getLogo()
¶
BrandContextInterface.php
:
21
|
|
|
Return values
string
getLogoThumbnail()
¶
BrandContextInterface.php
:
23
|
|
|
Return values
Thumbnail|null
getModifiedAt()
¶
BrandContextInterface.php
:
64
|
|
|
Return values
DateTimeImmutable
getModifiedBy()
¶
BrandContextInterface.php
:
68
|
|
|
Return values
User|null
getName()
¶
BrandContextInterface.php
:
29
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string|null | null | - |
Return values
string
getNames()
¶
BrandContextInterface.php
:
41
|
|
|
Return values
array<string, string>
getRegion()
¶
BrandContextInterface.php
:
27
|
|
|
Return values
string