Breaking: #102763 - Extbase HashService usage replaced with Core HashService
See forge#102763
Description
All usages of the @internal
class
\TYPO3\
in TYPO3 have been
removed and replaced by \TYPO3\
.
Impact
Custom extensions expecting \TYPO3\
as type of the property '$hash
of various @internal
classes
will result in a PHP Fatal error.
Affected installations
TYPO3 installations with custom extensions using one of the following:
- Property
$hash
ofService \TYPO3\
CMS\ Fluid\ View Helpers\ Form View Helper @internal
property$hash
of classService \TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Action Controller - Property
$hash
ofService internal
class\TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Mvc Property Mapping Configuration Service - Property
$hash
ofService internal
class\TYPO3\
CMS\ Frontend Login\ Configuration\ Recovery Configuration - Property
$hash
ofService internal
class\TYPO3\
CMS\ Frontend Login\ Configuration\ Recovery Configuration - Property
$hash
ofService internal
class\TYPO3\
CMS\ Frontend Login\ Controller\ Password Recovery Controller - Property
$hash
ofService internal
class\TYPO3\
CMS\ Form\ Domain\ Runtime\ Form Runtime - Property
$hash
ofService internal
class\TYPO3\
CMS\ Form\ Mvc\ Property\ Type Converter\ Uploaded File Reference Converter
Migration
Custom extensions must be adapted to use methods of class
\TYPO3\
.