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

File

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

Code

define('MENU_NOT_FOUND', 2)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!menu.inc/constant/MENU_NOT_FOUND/7.x