Primary tabs

Namesort ascending Location Description Direct uses Strings
WATCHDOG_WARNING includes/bootstrap.inc Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site. 11 1
WATCHDOG_NOTICE includes/bootstrap.inc Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored. 18 1
WATCHDOG_ERROR includes/bootstrap.inc Indicates an error-level watchdog event; could be indicative of an attempt to compromise the security of the site, or a serious system error. 6 1
VERSION modules/system/system.module @file Configuration system that lets administrators modify the workings of the site. 3 1
USERNAME_MAX_LENGTH modules/user/user.module @file Enables the user registration and login system. 6 1
UNICODE_SINGLEBYTE includes/unicode.inc Indicates that standard PHP (emulated) unicode support is being used. 1 1
UNICODE_MULTIBYTE includes/unicode.inc Indicates that full unicode support with the PHP mbstring extension is being used. 1 1
UNICODE_ERROR includes/unicode.inc Indicates an error during check for PHP unicode support. 1 1
SCHEMA_UNINSTALLED includes/install.inc 2 1
SCHEMA_INSTALLED includes/install.inc 2 1
SAVED_UPDATED includes/common.inc Return status for saving which involved an update to an existing item. 4 1
SAVED_NEW includes/common.inc Return status for saving which involved creating a new item. 1
SAVED_DELETED includes/common.inc Return status for saving which deleted an existing item. 2 1
REQUIREMENT_WARNING includes/install.inc 1 1
REQUIREMENT_OK includes/install.inc 4 1
REQUIREMENT_INFO includes/install.inc 2 1
REQUIREMENT_ERROR includes/install.inc 7 1
PROFILE_PUBLIC_LISTINGS modules/profile/profile.module Public field, content shown on profile page and on member list pages. 1 1
PROFILE_PUBLIC modules/profile/profile.module Public field, content shown on profile page but not used on member list pages. 1 1
PROFILE_PRIVATE modules/profile/profile.module Private field, content only available to privileged users. 1 1
PROFILE_HIDDEN modules/profile/profile.module Hidden profile field, only accessible by administrators, modules and themes. 2 1
PREG_CLASS_SEARCH_EXCLUDE modules/search/search.module Matches Unicode character classes to exclude from the search index. 2 1
PREG_CLASS_PUNCTUATION modules/search/search.module Matches all 'P' Unicode character classes (punctuation) 1 1
PREG_CLASS_NUMBERS modules/search/search.module Matches all 'N' Unicode character classes (numbers) 1 1
PREG_CLASS_CJK modules/search/search.module Matches all CJK characters that are candidates for auto-splitting (Chinese, Japanese, Korean). Contains kana and BMP ideographs. 2 1
NODE_NEW_LIMIT modules/node/node.module @file The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern. 5 1
MENU_VISIBLE_IN_TREE includes/menu.inc 4 1
MENU_VISIBLE_IN_BREADCRUMB includes/menu.inc 3 1
MENU_VISIBLE_IF_HAS_CHILDREN includes/menu.inc 1 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. 10 1
MENU_SITE_OFFLINE includes/menu.inc 1 1
MENU_NOT_FOUND includes/menu.inc 3 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. 11 1
MENU_MODIFIED_BY_ADMIN includes/menu.inc 2 1
MENU_MODIFIABLE_BY_ADMIN includes/menu.inc 2 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". 15 1
MENU_LINKS_TO_PARENT includes/menu.inc 1 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_IS_ROOT includes/menu.inc @name Menu flags 1 1
MENU_IS_LOCAL_TASK includes/menu.inc 1 1
MENU_FOUND includes/menu.inc @name Menu status codes 1
MENU_EXPANDED includes/menu.inc 4 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_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. 15 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_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 1
MENU_CREATED_BY_ADMIN includes/menu.inc 1 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. 24 1
MENU_ACCESS_DENIED includes/menu.inc 1 1
MARK_UPDATED includes/theme.inc 1

Pages

Other projects