‪TYPO3CMS  10.4
ArrayGlobalMatcher.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  '$GLOBALS[\'TYPO3_DB\']' => [
5  'restFiles' => [
6  'Breaking-80929-TYPO3_DBMovedToExtension.rst',
7  ],
8  ],
9  '$GLOBALS[\'error\']' => [
10  'restFiles' => [
11  'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
12  ],
13  ],
14  '$GLOBALS[\'PARSETIME_START\']' => [
15  'restFiles' => [
16  'Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst'
17  ],
18  ],
19  '$GLOBALS[\'TYPO3_LOADED_EXT\']' => [
20  'restFiles' => [
21  'Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst',
22  'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
23  ],
24  ],
25  '$GLOBALS[\'TBE_TEMPLATE\']' => [
26  'restFiles' => [
27  'Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst',
28  ],
29  ],
30  '$GLOBALS[\'TYPO3_MISC\']' => [
31  'restFiles' => [
32  'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
33  ],
34  ],
35  '$GLOBALS[\'LOCAL_LANG\']' => [
36  'restFiles' => [
37  'Deprecation-88567-GLOBALS_LOCAL_LANG.rst',
38  ],
39  ],
40  '$GLOBALS[\'T3_VAR\']' => [
41  'restFiles' => [
42  'Breaking-88660-GLOBALST3_VARRemoved.rst',
43  ],
44  ],
45 ];