ExpressionLanguageProvider
in package
implements
ExpressionFunctionProviderInterface
Exposes functions defined in the request context to route conditions.
Tags
Interfaces, Classes and Traits
Table of Contents
- $functions : mixed
- __construct() : mixed
- get() : callable
- getFunctions() : array<string|int, ExpressionFunction>
Properties
$functions
private
mixed
$functions
Methods
__construct()
public
__construct(ServiceProviderInterface $functions) : mixed
Parameters
- $functions : ServiceProviderInterface
Return values
mixed —get()
public
get(string $function) : callable
Parameters
- $function : string
Return values
callable —getFunctions()
public
getFunctions() : array<string|int, ExpressionFunction>