Frontend user
The frontend.
frontend request attribute provides the
\TYPO3\
object.
Example:
use TYPO3\CMS\Frontend\Authentication\FrontendUserAuthentication;
/** @var FrontendUserAuthentication $frontendUserAuthentification */
$frontendUserAuthentification = $request->getAttribute('frontend.user');
$frontendUserAuthentification->fetchGroupData($request);
Copied!