SiteContextAssignmentServiceInterface
SiteContextAssignmentServiceInterface.php
:
19
Interface
Methods¶
getAssignments()
¶
SiteContextAssignmentServiceInterface.php
:
29
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $contextId | int | - | - |
Return values
array<string|int, Assignment>
Tags
resolveContextForSiteAccess()
¶
SiteContextAssignmentServiceInterface.php
:
44
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $siteAccessName | string | - | - |
Return values
Assignment|null
setAssignments()
¶
SiteContextAssignmentServiceInterface.php
:
39
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $contextId | int | - | - |
| $assignments | array<string|int, AssignmentCreateStruct> | - | - |