ExpressionLanguageProvider
in package
implements
ExpressionFunctionProviderInterface
Define some ExpressionLanguage functions.
To get a service, use service('request'). To get a parameter, use parameter('kernel.debug').
Tags
Table of Contents
Interfaces
Properties
- $serviceCompiler : Closure|null
Methods
- __construct() : mixed
- getFunctions() : array<string|int, ExpressionFunction>
Properties
$serviceCompiler
private
Closure|null
$serviceCompiler
Methods
__construct()
public
__construct([callable $serviceCompiler = null ]) : mixed
Parameters
- $serviceCompiler : callable = null
getFunctions()
public
getFunctions() : array<string|int, ExpressionFunction>