Project

General

Profile

Actions

Task #87735

closed

Epic #83968: PSR-11 Initiative

Do not use ObjectManager to instantiate PageTitleProviderManager

Added by Benjamin Franzke about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
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

Also available in: Atom PDF