Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created August 24, 2016 14:55
Show Gist options
  • Save bratsun/240aef3ee410020f3adb4871fbc90284 to your computer and use it in GitHub Desktop.
Save bratsun/240aef3ee410020f3adb4871fbc90284 to your computer and use it in GitHub Desktop.
Node load
$nid = \Drupal::routeMatch()->getRawParameter('node');
$node = \Drupal::routeMatch()->getParameter('node');
$node->bundle();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment