constant MENU_NOT_FOUND

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

Related topics

3 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.
views_ui_ajax_form in drupal/core/modules/views/views_ui/admin.inc
Generic entry point to handle forms.

File

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

Code

const MENU_NOT_FOUND = 404;