| MARK_NEW | includes/theme.inc | Mark content as being new. |
| MARK_READ | includes/theme.inc | Mark content as read. |
| MARK_UPDATED | includes/theme.inc | Mark content as being updated. |
| MENU_ACCESS_DENIED | includes/menu.inc | |
| MENU_CALLBACK | includes/menu.inc | Callbacks 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_ADMIN | includes/menu.inc | |
| MENU_DEFAULT_LOCAL_TASK | includes/menu.inc | Every set of local tasks should provide one "default" task, that links to the
same path as its parent when clicked. |
| MENU_FOUND | includes/menu.inc | |
| MENU_IS_LOCAL_TASK | includes/menu.inc | |
| MENU_IS_ROOT | includes/menu.inc | |
| MENU_LINKS_TO_PARENT | includes/menu.inc | |
| MENU_LOCAL_TASK | includes/menu.inc | Local 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_DEPTH | includes/menu.inc | The maximum depth of a menu links tree - matches the number of p columns. |
| MENU_MAX_PARTS | includes/menu.inc | The maximum number of path elements for a menu callback |
| MENU_MODIFIED_BY_ADMIN | includes/menu.inc | |
| MENU_NORMAL_ITEM | includes/menu.inc | Normal 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_FOUND | includes/menu.inc | |
| MENU_SITE_OFFLINE | includes/menu.inc | |
| MENU_SUGGESTED_ITEM | includes/menu.inc | 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 for the value: 0x0010 was a flag which is no longer used, but this way
the values… |
| MENU_VISIBLE_IN_BREADCRUMB | includes/menu.inc | |
| MENU_VISIBLE_IN_TREE | includes/menu.inc | |