LinkParameterProviderInterface extends LinkParameterProviderInterface
since TYPO3 v12, will be removed in TYPO3 v13
Table of Contents
Methods
- getScriptUrl() : string
- Returns the URL of the current script
- getUrlParameters() : array<string|int, string>
- Provides an array or GET parameters for URL generation
- isCurrentlySelectedItem() : bool
- Check if given value is currently the selected item
Methods
getScriptUrl()
Returns the URL of the current script
    public
                    getScriptUrl() : string
    Return values
stringgetUrlParameters()
Provides an array or GET parameters for URL generation
    public
                    getUrlParameters(array<string|int, mixed> $values) : array<string|int, string>
    Parameters
- $values : array<string|int, mixed>
- 
                    Array of values to include into the parameters or which might influence the parameters 
Return values
array<string|int, string> —Array of parameters which have to be added to URLs
isCurrentlySelectedItem()
Check if given value is currently the selected item
    public
                    isCurrentlySelectedItem(array<string|int, mixed> $values) : bool
    This method is only used in the page tree.
Parameters
- $values : array<string|int, mixed>
- 
                    Values to be checked 
Return values
bool —Returns TRUE if the given values match the currently selected item