Skip to content

Instantly share code, notes, and snippets.

@rccc
Created May 16, 2014 08:08
Show Gist options
  • Save rccc/db5a3bc9fe03b607060d to your computer and use it in GitHub Desktop.
Save rccc/db5a3bc9fe03b607060d to your computer and use it in GitHub Desktop.
SF2 - check if user is connected
if (!$this->get('security.context')->isGranted('ROLE_USER'))
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment