Deprecation: #85557 - PageRepository->getRootLine
See forge#85557
Description
The public method TYPO3\
has been marked as
deprecated.
Impact
Calling the method directly will trigger a PHP E_
error.
Affected Installations
TYPO3 installations with custom extensions calling this method directly.
Migration
As get
acts as a simple wrapper around Rootline
, it is recommended to instantiate
the RootLineUtility directly and catch any specific exceptions directly.