You are here

constant TERMCASE_LOWERCASE in Termcase 8

Same name and namespace in other branches
  1. 6 termcase.module \TERMCASE_LOWERCASE
  2. 7 termcase.module \TERMCASE_LOWERCASE
3 uses of TERMCASE_LOWERCASE
termcase_form_taxonomy_form_term_alter in ./termcase.module
Implements hook_form_FORM_ID_alter().
termcase_get_mode in ./termcase.module
Function to fetch termcase mode.
_termcase_convert_string_to_case in ./termcase.module
Helper function to convert the current string to the specified case.

File

./termcase.module, line 19
The Termcase module gives you the option to specify specific case-formatting on terms.

Code

define('TERMCASE_LOWERCASE', 2);