Constants

NameLocationDescription
MARK_NEWincludes/theme.incMark content as being new.
MARK_READincludes/theme.incMark content as read.
MARK_UPDATEDincludes/theme.incMark content as being updated.
MENU_ACCESS_DENIEDincludes/menu.inc
MENU_CALLBACKincludes/menu.incCallbacks simply register a path so that the correct function is fired when the URL is accessed. They are not shown in the menu.
MENU_CREATED_BY_ADMINincludes/menu.inc
MENU_DEFAULT_LOCAL_TASKincludes/menu.incEvery set of local tasks should provide one "default" task, that links to the same path as its parent when clicked.
MENU_FOUNDincludes/menu.inc
MENU_IS_LOCAL_TASKincludes/menu.inc
MENU_IS_ROOTincludes/menu.inc
MENU_LINKS_TO_PARENTincludes/menu.inc
MENU_LOCAL_TASKincludes/menu.incLocal tasks are rendered as tabs by default. Use this for menu items that describe actions to be performed on their parent item. An example is the path "node/52/edit", which performs the "edit" task on "node/52".
MENU_MAX_DEPTHincludes/menu.incThe maximum depth of a menu links tree - matches the number of p columns.
MENU_MAX_PARTSincludes/menu.incThe maximum number of path elements for a menu callback
MENU_MODIFIED_BY_ADMINincludes/menu.inc
MENU_NORMAL_ITEMincludes/menu.incNormal menu items show up in the menu tree and can be moved/hidden by the administrator. Use this for most menu items. It is the default value if no menu item type is specified.
MENU_NOT_FOUNDincludes/menu.inc
MENU_SITE_OFFLINEincludes/menu.inc
MENU_SUGGESTED_ITEMincludes/menu.incModules 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 for the value: 0x0010 was a flag which is no longer used, but this way the values…
MENU_VISIBLE_IN_BREADCRUMBincludes/menu.inc
MENU_VISIBLE_IN_TREEincludes/menu.inc