constant MENU_TYPE_NORMAL_ITEM
Search API
- 7.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
- 6.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
- 4.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
- 5.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
10 uses of MENU_TYPE_NORMAL_ITEM
- admin_menu in modules/
admin/ admin.module - Implementation of hook_menu
- advise_menu in modules/
advise/ advise.module - blank_degrees_menu in modules/
blank_degrees/ blank_degrees.module - Implementation of hook_menu
- course_search_menu in modules/
course_search/ course_search.module - hook_menu in includes/
hook.api.php - Allows modules to specify valid URLs in FlightPath, and define what function to call when the user visits that URL.
File
- ./
bootstrap.inc, line 59 - This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
Code
define("MENU_TYPE_NORMAL_ITEM", 1)