constant UNIQUE_FIELD_SCOPE_ALL in Unique field 7
Same name and namespace in other branches
- 8.2 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
- 8 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
- 5 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
- 6 unique_field.module \UNIQUE_FIELD_SCOPE_ALL
6 uses of UNIQUE_FIELD_SCOPE_ALL
- UniqueFieldCoreTestCase::testUniqueAllAuthor in tests/
core.test - Test the unique requirement on the node author in the all scope.
- UniqueFieldCoreTestCase::testUniqueAllInteger in tests/
core.test - Test the unique requirement on an integer field in the all scope.
- UniqueFieldCoreTestCase::testUniqueAllText in tests/
core.test - Test the unique requirement on a text field in the all scope.
- UniqueFieldCoreTestCase::testUniqueAllTitle in tests/
core.test - Test the unique requirement on the title field in the all scope.
- UniqueFieldDateTestCase::testUniqueAllNode in tests/
date.test - Test the unique requirement on a date field in the all scope.
File
- ./
unique_field.module, line 18 - Provides content validation requirement that a node's author, language, taxonomy terms, or other fields are unique.
Code
define('UNIQUE_FIELD_SCOPE_ALL', 'all');