constant MENU_ACCESS_DENIED

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

Related topics

1 use of MENU_ACCESS_DENIED
ajax_prepare_response in drupal/core/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.

File

drupal/core/includes/menu.inc, line 252
API for the Drupal menu system.

Code

const MENU_ACCESS_DENIED = 403;