constant MENU_ACCESS_DENIED

  1. 7.x drupal-7.x/includes/menu.inc MENU_ACCESS_DENIED
  2. 6.x drupal-6.x/includes/menu.inc MENU_ACCESS_DENIED

Related topics

5 uses of MENU_ACCESS_DENIED
book_export in drupal-6.x/modules/book/book.pages.inc
Menu callback; Generates various representation of a book page and its children.
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
index.php in drupal-6.x/index.php
The PHP page that serves all page requests on a Drupal installation.
menu_execute_active_handler in drupal-6.x/includes/menu.inc
Execute the page callback associated with the current path

File

drupal-6.x/includes/menu.inc, line 147
API for the Drupal menu system.

Code

define('MENU_ACCESS_DENIED', 3)