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

Internal menu status code -- Menu item access is denied.

Related topics

17 uses of MENU_ACCESS_DENIED
aggregator_admin_refresh_feed in drupal-7.x/modules/aggregator/aggregator.admin.inc
Page callback: Refreshes a feed, then redirects to the overview page.
ajax_prepare_response in drupal-7.x/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
book_export in drupal-7.x/modules/book/book.pages.inc
Menu callback; Generates representations of a book page and its children.
comment_approve in drupal-7.x/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
drupal_access_denied in drupal-7.x/includes/common.inc
Delivers an "access denied" error to the browser.

... See full list

File

drupal-7.x/includes/menu.inc, line 239
API for the Drupal menu system.

Code

define('MENU_ACCESS_DENIED', 3)