Actions
Bug #50983
closedFeature #49988: Backport ApplicationContext from Flow
Add public API to get ApplicationContext
Start date:
2013-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Application Context is initialized in Bootstrap. We need a public API to get the current context without using the bootstrap itself.
In Flow, the ObjectManager provides this API, but in TYPO3 CMS we do not have this kind of ObjectManager (except in extbase).
The API call is:
\TYPO3\CMS\Core\Utility\GeneralUtility::getContext();
Actions