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