Skip to content

Instantly share code, notes, and snippets.

@ItangSanjana
Last active February 17, 2016 18:00
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 ItangSanjana/98b7471cf0640512ce9f to your computer and use it in GitHub Desktop.
Save ItangSanjana/98b7471cf0640512ce9f to your computer and use it in GitHub Desktop.
Drupal dev tools
<?php
//Prints human-readable information about a variable.
drupal_set_message('<pre>' . print_r($variable, TRUE) . '</pre>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment