You are here

constant UNIQUE_FIELD_SCOPE_LANGUAGE in Unique field 6

Same name and namespace in other branches
  1. 8.2 unique_field.module \UNIQUE_FIELD_SCOPE_LANGUAGE
  2. 8 unique_field.module \UNIQUE_FIELD_SCOPE_LANGUAGE
  3. 7 unique_field.module \UNIQUE_FIELD_SCOPE_LANGUAGE
1 use of UNIQUE_FIELD_SCOPE_LANGUAGE
unique_field_match_value in ./unique_field.module
Find nodes with a matching field value within a given scope.

File

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

Code

define('UNIQUE_FIELD_SCOPE_LANGUAGE', 'language');