You are here

constant UNIQUE_FIELD_FIELDS_TITLE in Unique field 7

Same name and namespace in other branches
  1. 8.2 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  2. 8 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  3. 5 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  4. 6 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
2 uses of UNIQUE_FIELD_FIELDS_TITLE
unique_field_match_value in ./unique_field.module
Find nodes with a matching field value within a given scope.
unique_field_node_validate in ./unique_field.module
Implements hook_node_validate().

File

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

Code

define('UNIQUE_FIELD_FIELDS_TITLE', 'title');