Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created July 20, 2016 15:15
Show Gist options
  • Select an option

  • Save scottalan/d63bd8e012946e37b1b1f0b146105b19 to your computer and use it in GitHub Desktop.

Select an option

Save scottalan/d63bd8e012946e37b1b1f0b146105b19 to your computer and use it in GitHub Desktop.
Drupal8: Current user
// How to check for permission in Drupal 8
// Get the current user
$user = \Drupal::currentUser();
// Check for permission
$user->hasPermission('access administration menu');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment