URLWildcardService
        URLWildcardService.php
                :
        22
                 
    
            Interface
                URLAlias service.
Tags
Methods¶
                 countAll()
            ¶
countAll()
            ¶
    
        
        URLWildcardService.php
                :
        110
                 
    
        Counts URL Wildcards.
|  |  | 
Return values
int
                 create()
            ¶
create()
            ¶
    
        
        URLWildcardService.php
                :
        39
                 
    
        Creates a new url wildcard.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $sourceUrl | string | - | - | 
| $destinationUrl | string | - | - | 
| $forward | bool | false | - | 
Return values
UrlWildcard
Tags
                 findUrlWildcards()
            ¶
findUrlWildcards()
            ¶
    
        
        URLWildcardService.php
                :
        93
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $query | URLWildcardQuery | - | - | 
Return values
Tags
                 load()
            ¶
load()
            ¶
    
        
        URLWildcardService.php
                :
        77
                 
    
        Loads a url wild card.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
Return values
UrlWildcard
Tags
                 loadAll()
            ¶
loadAll()
            ¶
    
        
        URLWildcardService.php
                :
        87
                 
    
        Loads all url wild card (paged).
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | 0 | - | 
| $limit | int | -1 | - | 
Return values
array<string|int, UrlWildcard>
                 remove()
            ¶
remove()
            ¶
    
        
        URLWildcardService.php
                :
        66
                 
    
        Removes an url wildcard.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $urlWildcard | UrlWildcard | - | the url wildcard to remove | 
Tags
                 translate()
            ¶
translate()
            ¶
    
        
        URLWildcardService.php
                :
        105
                 
    
        Translates an url to an existing uri resource based on the source/destination patterns of the url wildcard.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $url | string | - | - | 
Return values
Tags
                 update()
            ¶
update()
            ¶
    
        
        URLWildcardService.php
                :
        54
                 
    
        Update an url wildcard.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $urlWildcard | URLWildcard | - | - | 
| $updateStruct | URLWildcardUpdateStruct | - | - |