Same name and namespace in other branches
  1. 4.7.x includes/menu.inc \MENU_FOUND
  2. 5.x includes/menu.inc \MENU_FOUND
  3. 6.x includes/menu.inc \MENU_FOUND
  4. 7.x includes/menu.inc \MENU_FOUND

@name Menu status codes

Status codes for menu callbacks.

Related topics

1 use of MENU_FOUND
menu_execute_active_handler in includes/menu.inc
Execute the handler associated with the active menu item.

File

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

Code

define('MENU_FOUND', 1);