Drupal Code Search

Drupal Code Search helps you find Drupal code easier!

  • Search source code from thousands of Drupal modules and themes.
  • Use the power of regular expressions to find exactly what you need.
  • Easily restrict results to specific Drupal versions and programming languages.
  • Results provided by the Google Code Search API.

Search Examples

phptemplate_variables Find themes using the phptemplate_variables function.
arg\([0-9]\) Using regular expressions to search for arg(0) through arg(9).
drupal_goto\(.*\) Using a wildcard to see how drupal_goto is used.
_regions header Find themes defining header regions.
.*_form_alter Using a wildcard to find implementations of hook_form_alter.