You are here

constant UNIQUE_FIELD_SCOPE_ALL in Unique field 6

Same name and namespace in other branches
  1. 8.2 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
  2. 8 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
  3. 5 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
  4. 7 unique_field.module \UNIQUE_FIELD_SCOPE_ALL

File

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

Code

define('UNIQUE_FIELD_SCOPE_ALL', 'all');