You are here

constant UNIQUE_FIELD_SCOPE_NODE in Unique field 8.2

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

Query scope definitions.

2 uses of UNIQUE_FIELD_SCOPE_NODE
unique_field_form_node_type_form_submit in ./unique_field.module
Submit handler for the form.
unique_field_form_validate in ./unique_field.module
Validate the node for unique field conditions on submission.

File

./unique_field.module, line 7

Code

define('UNIQUE_FIELD_SCOPE_NODE', 'node');