TaxonomyServiceInterface
TaxonomyServiceInterface.php
:
16
Interface
Constants¶
MOVE_POSITION_NEXT ¶
TaxonomyServiceInterface.php
:
18
|
|
MOVE_POSITION_PREV ¶
TaxonomyServiceInterface.php
:
19
|
|
Methods¶
countAllEntries()
¶
TaxonomyServiceInterface.php
:
119
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$taxonomyName | string|null | null | - |
Return values
int
Tags
countEntryChildren()
¶
TaxonomyServiceInterface.php
:
130
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$parentEntry | TaxonomyEntry | - | - |
Return values
int
createEntry()
¶
TaxonomyServiceInterface.php
:
70
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | TaxonomyEntryCreateStruct | - | - |
Return values
Tags
getPath()
¶
TaxonomyServiceInterface.php
:
137
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entry | TaxonomyEntry | - | - |
Return values
iterable<string|int, TaxonomyEntry>
Tags
loadAllEntries()
¶
TaxonomyServiceInterface.php
:
114
|
|
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
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$ids | array<string|int, int> | - | - |
Return values
Traversable<string|int, TaxonomyEntry>
Tags
loadEntryByContentId()
¶
TaxonomyServiceInterface.php
:
62
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentId | int | - | - |
Return values
Tags
loadEntryById()
¶
TaxonomyServiceInterface.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
Return values
Tags
loadEntryByIdentifier()
¶
TaxonomyServiceInterface.php
:
46
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$taxonomyName | string | null | - |
Return values
Tags
loadEntryChildren()
¶
TaxonomyServiceInterface.php
:
128
|
|
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
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$taxonomyName | string | - | - |
Return values
Tags
moveEntry()
¶
TaxonomyServiceInterface.php
:
94
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entry | TaxonomyEntry | - | - |
$newParent | TaxonomyEntry | - | - |
Tags
moveEntryRelativeToSibling()
¶
TaxonomyServiceInterface.php
:
104
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entry | TaxonomyEntry | - | - |
$sibling | TaxonomyEntry | - | - |
$position | string | - | - |
Tags
removeEntry()
¶
TaxonomyServiceInterface.php
:
86
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entry | TaxonomyEntry | - | - |
Tags
updateEntry()
¶
TaxonomyServiceInterface.php
:
78
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$taxonomyEntry | TaxonomyEntry | - | - |
$updateStruct | TaxonomyEntryUpdateStruct | - | - |