Actions
Task #52678
closedRename API for ApplicationContext
Start date:
2013-10-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In #50983 we have introduced a public API to get the current application context.
The API was:
\TYPO3\CMS\Core\Utility\GeneralUtility::getContext();
I suggest to change the API name to
\TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext();
and use the term applicationContext in all other places.
Actions