You are here

constant TERMCASE_PROPERCASE in Termcase 8

Same name and namespace in other branches
  1. 6 termcase.module \TERMCASE_PROPERCASE
  2. 7 termcase.module \TERMCASE_PROPERCASE
3 uses of TERMCASE_PROPERCASE
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 21
The Termcase module gives you the option to specify specific case-formatting on terms.

Code

define('TERMCASE_PROPERCASE', 4);