constant MENU_FOUND in Drupal 7
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_FOUND
- 5 includes/menu.inc \MENU_FOUND
- 6 includes/menu.inc \MENU_FOUND
Internal menu status code -- Menu item was found.
Related topics
File
- includes/
menu.inc, line 229 - API for the Drupal menu system.
Code
define('MENU_FOUND', 1);