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

Related topics

6 uses of MENU_NOT_FOUND
book_export in drupal-6.x/modules/book/book.pages.inc
Menu callback; Generates various representation of a book page and its children.
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
forum_page in drupal-6.x/modules/forum/forum.pages.inc
Menu callback; prints a forum listing.
index.php in drupal-6.x/index.php
The PHP page that serves all page requests on a Drupal installation.

... See full list

File

drupal-6.x/includes/menu.inc, line 146
API for the Drupal menu system.

Code

define('MENU_NOT_FOUND', 2)