Drupal 7 - Retrieve current node object kenneth // On the page node/%node, the router loads the %node object if($node = menu_get_object()) { echo '<pre>' . print_r($node, 1); }