taxonomy_perm

Definition

taxonomy_perm()
modules/taxonomy/taxonomy.module, line 11

Description

Implementation of hook_perm().

Code

<?php
function taxonomy_perm() {
  return array('administer taxonomy');
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.