You are here

constant TERMCASE_NONE in Termcase 6

Same name and namespace in other branches
  1. 8 termcase.module \TERMCASE_NONE
  2. 7 termcase.module \TERMCASE_NONE

@file The Termcase module gives you the option to specify specific case-formatting on terms.

This module prevents users to use different cases on terms. Site-admins now can make sure all terms in a vocabulary begin with an uppercase or that they are all formatted to uppercase / lowercase.

2 uses of TERMCASE_NONE
termcase_form_alter in ./termcase.module
Implementation of hook_form_alter().
_termcase_vocabulary_termcase in ./termcase.module
Helper function to get/set the current termcase setting

File

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

Code

define('TERMCASE_NONE', 0);