path_perm

Definition

path_perm()
modules/path.module, line 282

Description

Implementation of hook_perm().

Code

<?php
function path_perm() {
  return array('create url aliases', 'administer url aliases');
}
?>
 
 

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.