You are here

constant UNIQUE_FIELD_PERM_ADMIN in Unique field 6

2 uses of UNIQUE_FIELD_PERM_ADMIN
unique_field_form_alter in ./unique_field.module
Implementation of hook_form_alter().
unique_field_perm in ./unique_field.module
Implementation of hook_perm().

File

./unique_field.module, line 17
Provides content validation requirement that a node's title, author, language, taxonomy terms, or CCK fields are unique.

Code

define('UNIQUE_FIELD_PERM_ADMIN', 'designate fields as unique');