constant TERMCASE_LOWERCASE in Termcase 6
Same name and namespace in other branches
- 8 termcase.module \TERMCASE_LOWERCASE
- 7 termcase.module \TERMCASE_LOWERCASE
3 uses of TERMCASE_LOWERCASE
- termcase_form_alter in ./
termcase.module - Implementation of hook_form_alter().
- theme_termcase_overview_vocabularies in ./
termcase.module - Override of the vocabulary overview to display the current termcase settings for each vocabulary.
- _termcase_convert_string_to_case in ./
termcase.module - Convert the 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);