constant MENU_NOT_FOUND

Internal menu status code -- Menu item was not found.

Related topics

2 uses of MENU_NOT_FOUND
ajax_prepare_response in drupal/core/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
views_page in drupal/core/modules/views/views.module
Page callback: Displays a page view, given a name and display id.

File

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

Code

const MENU_NOT_FOUND = 404;