constant TERMCASE_NONE in Termcase 7
Same name and namespace in other branches
- 8 termcase.module \TERMCASE_NONE
- 6 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_taxonomy_form_vocabulary_alter in ./
termcase.module - Implements hook_form_FORM_ID_alter().
- termcase_install in ./
termcase.install - Implements hook_install().
File
- ./
termcase.module, line 12 - The Termcase module gives you the option to specify specific case-formatting on terms.
Code
define('TERMCASE_NONE', 0);