我使用并需要为 V10 更新的代码
$this->feUser = EidUtility::initFeUser();
使用以下代码(随机)控制器时,上下文为我提供了正确的登录 feUser 对象。
$context = GeneralUtility::makeInstance(Context::class);
$user = $context->getAspect('frontend.user');
DebuggerUtility::var_dump($user);
在eID_include
类中使用相同的代码时,没有给出 userObject。
具体在下面的类
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['FileDumpEID.php']['checkFileAccess']['xxx'] = My\Class\Hooks\FileDumpHook:class
是否需要引导上下文?