You are here

constant UNIQUE_FIELD_SHOW_MATCHES in Unique field 7

Same name and namespace in other branches
  1. 8.2 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
  2. 8 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
  3. 5 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
  4. 6 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
1 use of UNIQUE_FIELD_SHOW_MATCHES
unique_field_node_validate in ./unique_field.module
Implements hook_node_validate().

File

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

Code

define('UNIQUE_FIELD_SHOW_MATCHES', 'show_matches');