On this page
function menu_permission
menu_permission()
Implements hook_permission().
File
- modules/menu/menu.module, line 48
- Allows administrators to customize the site's navigation menus.
Code
function menu_permission() {
return array(
'administer menu' => array(
'title' => t('Administer menus and menu items'),
),
);
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!menu!menu.module/function/menu_permission/7.x