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');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.