constant MENU_NOT_FOUND

  1. 7.x drupal-7.x/includes/menu.inc MENU_NOT_FOUND
  2. 6.x drupal-6.x/includes/menu.inc MENU_NOT_FOUND

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

Related topics

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

... See full list

File

drupal-7.x/includes/menu.inc, line 234
API for the Drupal menu system.

Code

define('MENU_NOT_FOUND', 2)