Contains filters are case sensitive
Name Locationsort descending Description
LANGUAGE_NEGOTIATION_SESSION includes/locale.inc The language is set based on the request/session parameters.
LANGUAGE_NEGOTIATION_USER includes/locale.inc The language is set based on the user language settings.
LANGUAGE_NEGOTIATION_URL_FALLBACK includes/locale.inc If no URL language is available language is determined using an already detected one.
LANGUAGE_NEGOTIATION_BROWSER includes/locale.inc The language is set based on the browser language settings.
LANGUAGE_NEGOTIATION_URL includes/locale.inc The language is determined using a URL language indicator: path prefix or domain according to the configuration.
MAIL_LINE_ENDINGS includes/mail.inc Auto-detect appropriate line endings for e-mails.
MENU_CONTEXT_INLINE includes/menu.inc Internal menu flag: Local task should be displayed inline.
MENU_CONTEXT_PAGE includes/menu.inc Internal menu flag: Local task should be displayed in page context.
MENU_CONTEXT_NONE includes/menu.inc Internal menu flag: Invisible local task.
MENU_LOCAL_ACTION includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link.
MENU_DEFAULT_LOCAL_TASK includes/menu.inc Menu type -- The "default" local task, which is initially active.
MENU_LOCAL_TASK includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab.
MENU_SUGGESTED_ITEM includes/menu.inc Menu type -- A normal menu item, hidden until enabled by an administrator.
MENU_CALLBACK includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls.
MENU_NORMAL_ITEM includes/menu.inc Menu type -- A "normal" menu item that's shown in menu and breadcrumbs.
MENU_IS_LOCAL_ACTION includes/menu.inc Internal menu flag -- menu item is a local action.
MENU_IS_LOCAL_TASK includes/menu.inc Internal menu flag -- menu item is a local task.
MENU_CREATED_BY_ADMIN includes/menu.inc Internal menu flag -- menu item was created by administrator.
MENU_MODIFIED_BY_ADMIN includes/menu.inc Internal menu flag -- menu item can be modified by administrator.
MENU_LINKS_TO_PARENT includes/menu.inc Internal menu flag -- menu item links back to its parent.
MENU_VISIBLE_IN_BREADCRUMB includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb.
MENU_VISIBLE_IN_TREE includes/menu.inc Internal menu flag -- menu item is visible in the menu tree.
MENU_IS_ROOT includes/menu.inc Internal menu flag -- menu item is the root of the menu tree.
MENU_ACCESS_DENIED includes/menu.inc Menu status code -- Access denied.
MENU_PREFERRED_LINK includes/menu.inc Reserved key to identify the most specific menu link for a given path.
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_SITE_ONLINE includes/menu.inc Internal menu status code -- Everything is working fine.
MENU_SITE_OFFLINE includes/menu.inc Internal menu status code -- Menu item inaccessible because site is offline.
MENU_NOT_FOUND includes/menu.inc Menu status code -- Not found.
BACKDROP_HASH_LENGTH includes/password.inc The expected (and maximum) number of characters in a hashed password.
BACKDROP_MAX_HASH_COUNT includes/password.inc The maximum allowed log2 number of iterations for password stretching.
BACKDROP_MIN_HASH_COUNT includes/password.inc The minimum allowed log2 number of iterations for password stretching.
BACKDROP_HASH_COUNT includes/password.inc The standard log2 number of iterations for password stretching. This should increase by 1 every Backdrop version in order to counteract increases in the speed and power of computers available to crack the hashes.
STREAM_WRAPPERS_ALL includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers.
STREAM_WRAPPERS_LOCAL_NORMAL includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files.
STREAM_WRAPPERS_NORMAL includes/stream_wrappers.inc Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an…
STREAM_WRAPPERS_READ_VISIBLE includes/stream_wrappers.inc Stream wrapper type flag -- visible and read-only.
STREAM_WRAPPERS_WRITE_VISIBLE includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable.
STREAM_WRAPPERS_LOCAL_HIDDEN includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files.
STREAM_WRAPPERS_HIDDEN includes/stream_wrappers.inc Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads.
STREAM_WRAPPERS_VISIBLE includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible.
STREAM_WRAPPERS_WRITE includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable.
STREAM_WRAPPERS_READ includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true).
STREAM_WRAPPERS_LOCAL includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location.
RESPONSIVE_PRIORITY_MEDIUM includes/theme.inc A responsive table class; hide table cell on narrow devices.
RESPONSIVE_PRIORITY_LOW includes/theme.inc A responsive table class; only show table cell on wide devices.
MARK_READ includes/theme.inc Mark content as read.
MARK_NEW includes/theme.inc Mark content as being new.
MARK_UPDATED includes/theme.inc Mark content as being updated.

Pages