constant MENU_TYPE_TAB
Search API
- 7.x bootstrap.inc MENU_TYPE_TAB
- 6.x bootstrap.inc MENU_TYPE_TAB
- 4.x bootstrap.inc MENU_TYPE_TAB
- 5.x bootstrap.inc MENU_TYPE_TAB
16 uses of MENU_TYPE_TAB
- advise_menu in modules/
advise/ advise.module - alerts_menu in modules/
alerts/ alerts.module - audit_menu in modules/
audit/ audit.module - Implementation of hook_menu
- blank_degrees_menu in modules/
blank_degrees/ blank_degrees.module - Implementation of hook_menu
- calendar_menu in modules/
calendar/ calendar.module - implements hook_menu
File
- ./
bootstrap.inc, line 81 - 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_TAB", 3)