SiteContextInstanceServiceInterface
SiteContextInstanceServiceInterface.php
:
22
Interface
Methods¶
createSiteContext()
¶
SiteContextInstanceServiceInterface.php
:
55
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | SiteContextCreateStruct | - | - |
Return values
Tags
deleteSiteContext()
¶
SiteContextInstanceServiceInterface.php
:
77
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $siteContext | SiteContextInterface | - | - |
Tags
deleteSiteContextTranslation()
¶
SiteContextInstanceServiceInterface.php
:
83
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $siteContext | SiteContextInterface | - | - |
| $languageCode | string | - | - |
Tags
findSiteContexts()
¶
SiteContextInstanceServiceInterface.php
:
43
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | SiteContextQuery|null | null | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
SiteContextCollectionInterface
Tags
getSiteContext()
¶
SiteContextInstanceServiceInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | iterable<string|int, string>|null | null | - |
Return values
Tags
newSiteContextCreateStruct()
¶
SiteContextInstanceServiceInterface.php
:
57
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
newSiteContextUpdateStruct()
¶
SiteContextInstanceServiceInterface.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $siteContext | SiteContextInterface | - | - |
Return values
updateSiteContext()
¶
SiteContextInstanceServiceInterface.php
:
67
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $siteContext | SiteContextInterface | - | - |
| $updateStruct | SiteContextUpdateStruct | - | - |