constant MENU_ACCESS_DENIED in Drupal 5
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_ACCESS_DENIED
- 6 includes/menu.inc \MENU_ACCESS_DENIED
- 7 includes/menu.inc \MENU_ACCESS_DENIED
Related topics
4 uses of MENU_ACCESS_DENIED
- drupal_access_denied in includes/
common.inc - Generates a 403 error if the request is not allowed.
- drupal_not_found in includes/
common.inc - Generates a 404 error if the request can not be handled.
- index.php in ./
index.php - menu_execute_active_handler in includes/
menu.inc - Execute the handler associated with the active menu item.
File
- includes/
menu.inc, line 166 - API for the Drupal menu system.
Code
define('MENU_ACCESS_DENIED', 3);