ProviderInterface
Table of Contents
Methods
- getExpressionLanguageProviders() : array<int, ExpressionFunctionProviderInterface>>
- An array of class names which implements the ExpressionFunctionProviderInterface
- getExpressionLanguageVariables() : array<non-empty-string, mixed>
- An array with key/value pairs. The key will be available as variable name
Methods
getExpressionLanguageProviders()
An array of class names which implements the ExpressionFunctionProviderInterface
public
getExpressionLanguageProviders() : array<int, ExpressionFunctionProviderInterface>>
Return values
array<int, ExpressionFunctionProviderInterface>>getExpressionLanguageVariables()
An array with key/value pairs. The key will be available as variable name
public
getExpressionLanguageVariables() : array<non-empty-string, mixed>