PHP Inline
The hook
$GLOBALS
has been removed in favor of a new PSR-14 event
\TYPO3\.
Accessing these properties via TypoScript get or via PHP will trigger a PHP
E_ error.
In TypoScript you can access the TypoScript properties directly via
.data = TSFE: and in PHP code via
$GLOBALS.
Set it in
$GLOBALS.
Some examples:
\TYPO3\CMS\ Adminpanel\ Controller\ Ajax Controller \TYPO3\CMS\ Core\ Http\ Dispatcher \TYPO3\CMS\ Adminpanel\ Module Api\ Content Provider Interface \TYPO3\CMS\ Backend\ Search\ Live Search\ Search Demand\ Demand Property Name \TYPO3\CMS\ Backend\ Form\ Behavior\ On Field Change Trait \Psr\Log\ Logger Interface \TYPO3Fluid\Fluid\ Core\ View Helper\ Abstract View Helper \MyVendor\ My Extension\ Foo Bar \Foo\Bar\ Something
In short:
AjaxController DispatcherContentProvider Interface DemandProperty Name OnField Change Trait \LoggerInterface \AbstractView Helper \FooBar \Something
A new PSR-14 event
\TYPO3\
has been introduced to modify the result of a download / export initiated via
the Web > List module.
This replaces the
$GLOBALS
and
$GLOBALS,
hooks, which have been deprecated.