Bug #50983
closedFeature #49988: Backport ApplicationContext from Flow
Add public API to get ApplicationContext
100%
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();
Updated by Gerrit Code Review over 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/23018
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
Updated by Ernesto Baschny about 11 years ago
- Category set to Miscellaneous
- Target version set to 6.2.0
Updated by Gerrit Code Review about 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
Updated by Gerrit Code Review about 11 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23018
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 89e45c261993f585649d278a845e16367468f562.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed