Drupal Code Search helps you find Drupal code easier!
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. |