constant UNIQUE_FIELD_SCOPE_LANGUAGE in Unique field 7
Same name and namespace in other branches
- 8.2 unique_field.module \UNIQUE_FIELD_SCOPE_LANGUAGE
- 8 unique_field.module \UNIQUE_FIELD_SCOPE_LANGUAGE
- 6 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 17 - Provides content validation requirement that a node's author, language, taxonomy terms, or other fields are unique.
Code
define('UNIQUE_FIELD_SCOPE_LANGUAGE', 'language');