Actions
Task #87735
closedEpic #83968: PSR-11 Initiative
Do not use ObjectManager to instantiate PageTitleProviderManager
Start date:
2019-02-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
PageTitleProviderManager is not marked as internal and public API of
EXT:core should not depend on initialization through the EXT:extbase
ObjectManager.
PageTitleProviderManager actually does not use any ObjectManager features,
so the current instantiation in TypoScriptFrontendController can simply be
replaced by GeneralUtility::makeInstance().
Actions