You are here

constant TERMCASE_PROPERCASE in Termcase 7

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

Code

define('TERMCASE_PROPERCASE', 4);