Home ›
Quickly find a Drupal variable to embed in codeQuickly find a Drupal variable to embed in code
Submitted by Benjamin Melançon on June 23, 2011 - 10:46am
If Features and Strongarm are installed, you can use them to get the variable name even if you won't be overriding the variable in the Strongarm style.
drush fe | grep variable
The above shows all variables.
Alternatively, use the below to search for any fragment of the variable name you think you remember.
drush fe | grep keyword
Gotcha: The variable will only be listed if you have saved it in the user interface!
Comments
Post new comment