TaxonomyEntryAssignmentServiceInterface
TaxonomyEntryAssignmentServiceInterface.php
:
16
Interface
Methods¶
assignMultipleToContent()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$entries | array<string|int, TaxonomyEntry> | - | - |
$versionNo | int|null | null | - |
assignToContent()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
28
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$entry | TaxonomyEntry | - | - |
$versionNo | int|null | null | - |
Tags
loadAssignmentById()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
Return values
Tags
loadAssignments()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
23
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$versionNo | int|null | null | - |
Return values
TaxonomyEntryAssignmentCollection
unassignFromContent()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
33
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$entry | TaxonomyEntry | - | - |
$versionNo | int|null | null | - |
Tags
unassignMultipleFromContent()
¶
TaxonomyEntryAssignmentServiceInterface.php
:
43
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$entries | array<string|int, TaxonomyEntry> | - | - |
$versionNo | int|null | null | - |