Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save mkorostoff/384c7f38aa8a94b598d9 to your computer and use it in GitHub Desktop.

Select an option

Save mkorostoff/384c7f38aa8a94b598d9 to your computer and use it in GitHub Desktop.
<?php
//drupal 7
$node = menu_get_object();
<?php
//drupal 8
$node = \Drupal::request()->attributes->get('node');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment