Actions
Task #82497
closedStreamline \TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig
Start date:
2017-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
\TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig basically accumulates the PageTS of a page and returns it parsed.
But that method also allowes returning the PageTS unparsed.
Also, it's possible to provide your own rootline and in that case the PageTS is not cached at all.
That means, that this method serves 3 different purposes and should therefore be streamlined.
Actions