constant MENU_ACCESS_DENIED

Menu status code -- Access denied.

This can be used as the return value from a page callback, although it is preferable to use an access callback to accomplish this; see the hook_menu() documentation for details.

Related topics

File

includes/menu.inc, line 247
API for the Drupal menu system.

Code

define('MENU_ACCESS_DENIED', 3)

© 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/includes!menu.inc/constant/MENU_ACCESS_DENIED/7.x