‪TYPO3CMS  9.5
TYPO3\CMS\Core\ExpressionLanguage\ProviderConfigurationLoader Class Reference

Public Member Functions

array getExpressionLanguageProviders ()
 

Protected Attributes

 $cacheIdentifier = 'expressionLanguageProviders'
 

Detailed Description

Class ProviderConfigurationLoader This class resolves the expression language provider configuration and store in a cache.

Definition at line 15 of file ProviderConfigurationLoader.php.

Member Function Documentation

◆ getExpressionLanguageProviders()

array TYPO3\CMS\Core\ExpressionLanguage\ProviderConfigurationLoader::getExpressionLanguageProviders ( )
Returns
‪array
Exceptions

Definition at line 23 of file ProviderConfigurationLoader.php.

Member Data Documentation

◆ $cacheIdentifier

TYPO3\CMS\Core\ExpressionLanguage\ProviderConfigurationLoader::$cacheIdentifier = 'expressionLanguageProviders'
protected

Definition at line 17 of file ProviderConfigurationLoader.php.