Skip to content

Instantly share code, notes, and snippets.

@jjmartucci
Created May 16, 2014 18:46
Show Gist options
  • Save jjmartucci/fe2b7fd811782fdf1dc2 to your computer and use it in GitHub Desktop.
Save jjmartucci/fe2b7fd811782fdf1dc2 to your computer and use it in GitHub Desktop.
Dump Drupal variables
<?php
print '<pre>';
var_dump(get_defined_vars());
print '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment