Task #96752
closedStreamline functions returning $GLOBALS['BE_USER']
100%
Description
In TYPO3 core there are the functions getBackendUser()
and in some cases getBackendUserAuthentication()
which return $GLOBALS['BE_USER']
. Some of those functions use a PHP return type and others do not. Some have a doc comment block, others do not. In some rare cases, getBackendUser() gets overridden in subclasses with exactly the same functionality.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73304
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73304
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73304
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73304
Updated by Torben Hansen almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bc15ad4b24a3c76087a2aa1172d44cb84fe0569c.