Skip to content

Instantly share code, notes, and snippets.

@gregmercer
Created December 6, 2012 19:05
Show Gist options
  • Save gregmercer/4227228 to your computer and use it in GitHub Desktop.
Save gregmercer/4227228 to your computer and use it in GitHub Desktop.
Get list of modules/hooks in Drupal
// $stuff = module_implements('menu');
//$stuff = module_hook_info();
$sort = TRUE;
$stuff = module_list(FALSE, FALSE, $sort);
dsm($stuff);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment