TaxonomyServiceInterface
TaxonomyServiceInterface.php
:
20
Interface
Constants¶
MOVE_POSITION_NEXT ¶
TaxonomyServiceInterface.php
:
22
|
|
|
MOVE_POSITION_PREV ¶
TaxonomyServiceInterface.php
:
23
|
|
|
Methods¶
countAllEntries()
¶
TaxonomyServiceInterface.php
:
140
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $taxonomyName | string|null | null | - |
Return values
int
Tags
countEntryChildren()
¶
TaxonomyServiceInterface.php
:
155
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parentEntry | TaxonomyEntry | - | - |
Return values
int
createEntry()
¶
TaxonomyServiceInterface.php
:
77
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | TaxonomyEntryCreateStruct | - | - |
Return values
Tags
getPath()
¶
TaxonomyServiceInterface.php
:
162
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $entry | TaxonomyEntry | - | - |
Return values
iterable<string|int, TaxonomyEntry>
Tags
loadAllEntries()
¶
TaxonomyServiceInterface.php
:
131
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $taxonomyName | string|null | null | - |
| $limit | int|null | 30 | - |
| $offset | int | 0 | - |
Return values
Traversable<string|int, TaxonomyEntry>
Tags
loadEntriesByIds()
¶
TaxonomyServiceInterface.php
:
42
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $ids | array<string|int, int> | - | - |
Return values
Traversable<string|int, TaxonomyEntry>
Tags
loadEntryByContentId()
¶
TaxonomyServiceInterface.php
:
69
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $contentId | int | - | - |
Return values
Tags
loadEntryById()
¶
TaxonomyServiceInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
Return values
Tags
loadEntryByIdentifier()
¶
TaxonomyServiceInterface.php
:
50
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $taxonomyName | string|null | null | - |
Return values
Tags
loadEntryChildren()
¶
TaxonomyServiceInterface.php
:
149
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parentEntry | TaxonomyEntry | - | - |
| $limit | int|null | 30 | - |
| $offset | int | 0 | - |
Return values
Traversable<string|int, TaxonomyEntry>
Tags
loadRootEntry()
¶
TaxonomyServiceInterface.php
:
61
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $taxonomyName | string | - | - |
Return values
Tags
moveEntry()
¶
TaxonomyServiceInterface.php
:
104
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $entry | TaxonomyEntry | - | - |
| $newParent | TaxonomyEntry | - | - |
Tags
moveEntryRelativeToSibling()
¶
TaxonomyServiceInterface.php
:
117
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $entry | TaxonomyEntry | - | - |
| $sibling | TaxonomyEntry | - | - |
| $position | string | - | - |
Tags
removeEntry()
¶
TaxonomyServiceInterface.php
:
96
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $entry | TaxonomyEntry | - | - |
Tags
updateEntry()
¶
TaxonomyServiceInterface.php
:
85
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $taxonomyEntry | TaxonomyEntry | - | - |
| $updateStruct | TaxonomyEntryUpdateStruct | - | - |