Skip to content

Instantly share code, notes, and snippets.

@alanmackenzie
Last active December 31, 2015 03:49
Show Gist options
  • Save alanmackenzie/7930583 to your computer and use it in GitHub Desktop.
Save alanmackenzie/7930583 to your computer and use it in GitHub Desktop.
Search a Drupal installations theme registry for matching template files
drush php-eval "print_r(theme_get_registry());" | grep "${TEMPLATE_SEARCH_MATCH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment