version = $typo3Version->getVersion(); $typo3->branch = $typo3Version->getBranch(); $typo3->devIpMask = trim($GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'] ?? ''); $this->expressionLanguageVariables = [ 'applicationContext' => (string)Environment::getContext(), 'typo3' => $typo3, 'date' => $context->getAspect('date'), 'features' => $features, ]; $this->expressionLanguageProviders[] = DefaultFunctionsProvider::class; } }