Primary tabs

Name Locationsort descending Description Direct uses Strings
CACHE_PERMANENT includes/bootstrap.inc @file Functions that need to be loaded on every Drupal request. 1 1
CACHE_TEMPORARY includes/bootstrap.inc 2 1
WATCHDOG_NOTICE includes/bootstrap.inc 7 1
WATCHDOG_WARNING includes/bootstrap.inc 9 1
WATCHDOG_ERROR includes/bootstrap.inc 1 1
FILE_EXISTS_REPLACE includes/file.inc 1
FILE_EXISTS_ERROR includes/file.inc 1
IS_WINDOWS includes/file.inc 1 1
FILE_DOWNLOADS_PUBLIC includes/file.inc 1 1
FILE_DOWNLOADS_PRIVATE includes/file.inc 1
FILE_CREATE_DIRECTORY includes/file.inc 2 1
FILE_MODIFY_PERMISSIONS includes/file.inc 1
FILE_DIRECTORY_TEMP includes/file.inc 3 1
FILE_EXISTS_RENAME includes/file.inc 1
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. 5 1
MENU_ITEM_GROUPING includes/menu.inc Item groupings are used for pages like "node/add" that simply list subpages to visit. They are distinguished from other pages in that they will disappear from the menu if no subpages exist. 2 1
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. 22 1
MENU_DYNAMIC_ITEM includes/menu.inc Dynamic menu items change frequently, and so should not be stored in the database for administrative customization. 3 1
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. 11 1
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". 13 1
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. 12 1
MENU_CUSTOM_ITEM includes/menu.inc Custom items are those defined by the administrator. Reserved for internal use; do not return from hook_menu() implementations. 1
MENU_CUSTOM_MENU includes/menu.inc Custom menus are those defined by the administrator. Reserved for internal use; do not return from hook_menu() implementations. 1
MENU_IS_ROOT includes/menu.inc @name Menu flags 1 1
MENU_VISIBLE_IN_TREE includes/menu.inc 3 1
MENU_VISIBLE_IN_BREADCRUMB includes/menu.inc 2 1
MENU_VISIBLE_IF_HAS_CHILDREN includes/menu.inc 1 1
MENU_MODIFIABLE_BY_ADMIN includes/menu.inc 1 1
MENU_MODIFIED_BY_ADMIN includes/menu.inc 1 1
MENU_CREATED_BY_ADMIN includes/menu.inc 1 1
MENU_IS_LOCAL_TASK includes/menu.inc 1 1
MENU_EXPANDED includes/menu.inc 3 1
MENU_LINKS_TO_PARENT includes/menu.inc 1 1
MENU_FOUND includes/menu.inc @name Menu status codes 1 1
MENU_NOT_FOUND includes/menu.inc 3 1
MENU_ACCESS_DENIED includes/menu.inc 1 1
MARK_READ includes/theme.inc @name Content markers 1 1
MARK_NEW includes/theme.inc 1 1
MARK_UPDATED includes/theme.inc 1
CONTACT_HOURLY_THRESHOLD modules/contact.module 1
FILTER_FORMAT_DEFAULT modules/filter.module 2 1
FILTER_HTML_STRIP modules/filter.module 1 1
FILTER_HTML_ESCAPE modules/filter.module 1
NODE_NEW_LIMIT modules/node.module @file The core that allows content to be submitted to the site. 5 1
PROFILE_PRIVATE modules/profile.module Flags to define the visibility of a profile field. 2 1
PROFILE_PUBLIC modules/profile.module 1
PROFILE_PUBLIC_LISTINGS modules/profile.module 1 1
PREG_CLASS_SEARCH_EXCLUDE modules/search.module Matches Unicode character classes to exclude from the search index. 1 1
PREG_CLASS_NUMBERS modules/search.module Matches all 'N' Unicode character classes (numbers) 1 1
PREG_CLASS_PUNCTUATION modules/search.module Matches all 'P' Unicode character classes (punctuation) 1 1

Other projects