You are here

function unique_field_perm in Unique field 5

Same name and namespace in other branches
  1. 6 unique_field.module \unique_field_perm()

Implementation of hook_perm().

File

./unique_field.module, line 38
Provides content validation requirement that the node's title, author, or specified CCK fields are unique.

Code

function unique_field_perm() {
  return array(
    UNIQUE_FIELD_PERM,
  );
}