Skip to content

Instantly share code, notes, and snippets.

@przor3n
Created June 26, 2017 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przor3n/d1176bc32525fbf4b37cee34cc747ebb to your computer and use it in GitHub Desktop.
Save przor3n/d1176bc32525fbf4b37cee34cc747ebb to your computer and use it in GitHub Desktop.
$node = \Drupal::routeMatch()->getParameter('node');
if ($node) {
// You can get nid and anything else you need from the node object.
$nid = $node->id();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment