BrandContextServiceInterface
BrandContextServiceInterface.php
:
22
Interface
Methods¶
createBrandContext()
¶
BrandContextServiceInterface.php
:
55
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | BrandContextCreateStruct | - | - |
Return values
Tags
deleteBrandContext()
¶
BrandContextServiceInterface.php
:
77
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $brandContext | BrandContextInterface | - | - |
Tags
deleteBrandContextTranslation()
¶
BrandContextServiceInterface.php
:
83
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $brandContext | BrandContextInterface | - | - |
| $languageCode | string | - | - |
Tags
findBrandContexts()
¶
BrandContextServiceInterface.php
:
43
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | BrandContextQuery|null | null | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
BrandContextCollectionInterface
Tags
getBrandContext()
¶
BrandContextServiceInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
Tags
newBrandContextCreateStruct()
¶
BrandContextServiceInterface.php
:
57
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
newBrandContextUpdateStruct()
¶
BrandContextServiceInterface.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $brandContext | BrandContextInterface | - | - |
Return values
updateBrandContext()
¶
BrandContextServiceInterface.php
:
67
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $brandContext | BrandContextInterface | - | - |
| $updateStruct | BrandContextUpdateStruct | - | - |