Same name and namespace in other branches
  1. 4.7.x includes/menu.inc \MENU_NOT_FOUND
  2. 5.x includes/menu.inc \MENU_NOT_FOUND
  3. 6.x includes/menu.inc \MENU_NOT_FOUND
  4. 7.x includes/menu.inc \MENU_NOT_FOUND

Related topics

3 uses of MENU_NOT_FOUND
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.
menu_execute_active_handler in includes/menu.inc
Execute the handler associated with the active menu item.

File

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

Code

define('MENU_NOT_FOUND', 2);