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
Interfaces, Classes and Traits
Table of Contents
- $serviceCompiler : mixed
- __construct() : mixed
- getFunctions() : array<string|int, ExpressionFunction>
Properties
$serviceCompiler
private
mixed
$serviceCompiler
Methods
__construct()
public
__construct([callable|null $serviceCompiler = null ]) : mixed
Parameters
- $serviceCompiler : callable|null = null
Return values
mixed —getFunctions()
public
getFunctions() : array<string|int, ExpressionFunction>