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' => t('Manage taxonomy vocabularies and terms.'),
  );
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.