constant MENU_NOT_FOUND in Drupal 6
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_NOT_FOUND
- 5 includes/menu.inc \MENU_NOT_FOUND
- 7 includes/menu.inc \MENU_NOT_FOUND
Related topics
6 uses of MENU_NOT_FOUND
- book_export in modules/
book/ book.pages.inc - Menu callback; Generates various representation of a book page and its children.
- drupal_access_denied in includes/
common.inc - Generates a 403 error if the request is not allowed.
- drupal_not_found in includes/
common.inc - Generates a 404 error if the request can not be handled.
- forum_page in modules/
forum/ forum.pages.inc - Menu callback; prints a forum listing.
- index.php in ./
index.php
File
- includes/
menu.inc, line 146 - API for the Drupal menu system.
Code
define('MENU_NOT_FOUND', 2);