Breaking: #87627 - Remove Property extensionName of AbstractController
See forge#87627
Description
\TYPO3\
has been removed and is no longer available in subclasses of
\TYPO3\, i.e.
\TYPO3\ and their derivates.
Impact
Accessing the missing property
$extension will throw a fatal error.
Affected Installations
All installations that read from
\TYPO3\.
Migration
The extension name is set in and available through the request object that is available in the controller.
See
\TYPO3\ and
\TYPO3\
for more information.