DefaultProvider extends AbstractProvider

Prepare a couple of default variables and register some general functions that work with it.

Internal
Attributes
#[Autoconfigure]
$public: true

Table of Contents

Properties

$expressionLanguageProviders  : array<string|int, mixed>
$expressionLanguageVariables  : array<string|int, mixed>

Methods

__construct()  : mixed
getExpressionLanguageProviders()  : array<int, class-string>
An array of class names which implements the ExpressionFunctionProviderInterface
getExpressionLanguageVariables()  : array<string|int, mixed>
An array with key/value pairs. The key will be available as variable name

Properties

$expressionLanguageProviders

protected array<string|int, mixed> $expressionLanguageProviders = []

$expressionLanguageVariables

protected array<string|int, mixed> $expressionLanguageVariables = []

Methods

getExpressionLanguageProviders()

An array of class names which implements the ExpressionFunctionProviderInterface

public getExpressionLanguageProviders() : array<int, class-string>
Return values
array<int, class-string>

getExpressionLanguageVariables()

An array with key/value pairs. The key will be available as variable name

public getExpressionLanguageVariables() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results