‪TYPO3CMS  10.4
AdditionalConfiguration.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3_MODE') or die();
4 
5 // You may add PHP code here, which is executed on every request after the configuration is loaded.
6 // The code here should only manipulate TYPO3_CONF_VARS for example to set the database configuration
7 // dependent to the requested environment.
8 
9 ‪$GLOBALS['TYPO3_CONF_VARS']['FE']['‪debug'] = false;
10 
11 // Register hooks for frontend test
12 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['Core/TypoScript/TemplateService']['runThroughTemplatesPostProcessing']['FunctionalTest'] =
13  \‪TYPO3\TestingFramework\Core\Functional\Framework\Frontend\Hook\TypoScriptInstructionModifier::class . '->apply';
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['FE']['debug']
Definition: AdditionalConfiguration.php:9
‪TYPO3
‪debug
‪debug($variable='', $title=null, $group=null)
Definition: GlobalDebugFunctions.php:19