LinkParameterProviderInterface
Table of Contents
Methods
- getUrlParameters() : array<string|int, string>
- Provides an array or GET parameters for URL generation
Methods
getUrlParameters()
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