constant TERMCASE_PROPERCASE in Termcase 6
Same name and namespace in other branches
- 8 termcase.module \TERMCASE_PROPERCASE
- 7 termcase.module \TERMCASE_PROPERCASE
3 uses of TERMCASE_PROPERCASE
- 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 16 - The Termcase module gives you the option to specify specific case-formatting on terms.
Code
define('TERMCASE_PROPERCASE', 4);