constant TERMCASE_LOWERCASE in Termcase 7
Same name and namespace in other branches
- 8 termcase.module \TERMCASE_LOWERCASE
- 6 termcase.module \TERMCASE_LOWERCASE
3 uses of TERMCASE_LOWERCASE
- termcase_form_taxonomy_form_term_alter in ./
termcase.module - Implements hook_form_FORM_ID_alter().
- theme_termcase_overview_vocabularies in ./
termcase.module - Override the vocabulary admin overview.
- _termcase_convert_string_to_case in ./
termcase.module - Helper function to convert the current string to the specified case.
File
- ./
termcase.module, line 14 - The Termcase module gives you the option to specify specific case-formatting on terms.
Code
define('TERMCASE_LOWERCASE', 2);