Breaking: #81460 - Deprecate getByTag() on cache frontends¶
See forge#81460
Description¶
The following public method and property have been removed without any substitute since it invoked or was used in combination with CacheFrontendInterface::getByTag method which has been deprecated and removed from the interface declaration.
TYPO3\
CMS\ Frontend\ Authentication\ Frontend User Authentication:: ext Get Number Of Cached Pages TYPO3\
CMS\ Frontend\ Authentication\ Frontend User Authentication::$ext Page In Tree Info
Impact¶
Calling TYPO3\
will
result in a PHP fatal error. Using the property Frontend
will
return an implicit null
instead of an array
.
Affected Installations¶
All that make use of TYPO3\
or property TYPO3\
.
Migration¶
Remove invocation of TYPO3\
and property TYPO3\
.