Task #52678
closedRename API for ApplicationContext
100%
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.
Updated by Steffen Müller about 11 years ago
- Subject changed from Rename API to get ApplicationContext to Rename API for ApplicationContext
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24541
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24541
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24541
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24541
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24541
Updated by Steffen Müller about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 24f32d1d72e682b821ce607edd5879de93daeab9.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed