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