Same name and namespace in other branches
  1. 4.6.x modules/taxonomy.module \taxonomy_perm()
  2. 4.7.x modules/taxonomy.module \taxonomy_perm()
  3. 5.x modules/taxonomy/taxonomy.module \taxonomy_perm()

Implementation of hook_perm().

File

modules/taxonomy/taxonomy.module, line 11
Enables the organization of content into categories.

Code

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