You are here

constant TERMCASE_UCFIRST in Termcase 6

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

Code

define('TERMCASE_UCFIRST', 1);