Menu type -- A normal menu item, hidden until enabled by an administrator.

Modules may "suggest" menu items that the administrator may enable. They act just as callbacks do until enabled, at which time they act like normal items.

Note: The value 0x0010 cannot be removed from the definition of MENU_SUGGESTED_ITEM. It is a flag (no longer used) that at one time ensured that the values of MENU_VISIBLE_IN_BREADCRUMB and MENU_SUGGESTED_ITEM were separate.

Related topics

File

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

Code

define('MENU_SUGGESTED_ITEM', MENU_VISIBLE_IN_BREADCRUMB | 0x0010)