You are here

function taxonomy_defaults_perm in Taxonomy Defaults 6.2

Same name and namespace in other branches
  1. 6 taxonomy_defaults.module \taxonomy_defaults_perm()

Implementation of hook_perm().

File

./taxonomy_defaults.module, line 26
Taxonomy defaults - allows assignment of default terms to node types, either

Code

function taxonomy_defaults_perm() {
  return array(
    'administer taxonomy defaults',
  );
}