Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在セッションに接続しているユーザーを取得したい。つまり、これで役割を取得できるためです。
$this->get('security.context')->isGranted('ROLE_ADMIN')
ユーザーを取得できますか??
このように現在のユーザーを取得できます
$securityContext = $this->get('security.context'); $user = $securityContext->getToken()->getUser();