Skip to content

Instantly share code, notes, and snippets.

@afurculita
Last active August 29, 2015 14:07
Show Gist options
  • Save afurculita/150a1af0e1d8627889d2 to your computer and use it in GitHub Desktop.
Save afurculita/150a1af0e1d8627889d2 to your computer and use it in GitHub Desktop.
Get Current User in Symfony2
class AcmeClass {
public function getCurrentUser()
{
return $this->container->get('security.context')->getToken()->getUser();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment