Skip to content

Instantly share code, notes, and snippets.

@hedleysmith
Last active December 22, 2015 22:49
Show Gist options
  • Select an option

  • Save hedleysmith/6542309 to your computer and use it in GitHub Desktop.

Select an option

Save hedleysmith/6542309 to your computer and use it in GitHub Desktop.
Drupal debugging
Useful for anonymous users & debugging Drupal hook_mail and hook_mail_alter. Pretty-prints an object
drupal_set_message('<pre>' . print_r($account, TRUE) . '</pre>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment