You are here

function values_perm in Values 6

Implementation of hook_perm().

File

./values.module, line 11
API for managing reusable value sets.

Code

function values_perm() {
  return array(
    'administer values',
  );
}