constant MENU_NOT_FOUND

Menu status code -- Not found.

This can be used as the return value from a page callback, although it is preferable to use a load function to accomplish this; see the hook_menu() documentation for details.

Related topics

15 uses of MENU_NOT_FOUND
ajax_prepare_response in drupal/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
book_export in drupal/modules/book/book.pages.inc
Menu callback; Generates representations of a book page and its children.
comment_approve in drupal/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_confirm_delete_page in drupal/modules/comment/comment.admin.inc
Page callback for comment deletions.
comment_permalink in drupal/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.

... See full list

File

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

Code

define('MENU_NOT_FOUND', 2);