Contains filters are case sensitive
Name Locationsort ascending Description
IMAGE_STORAGE_DEFAULT modules/image/image.module Image style constant for module-defined presets.
IMAGE_STORAGE_MODULE modules/image/image.module Image style constant to represent any module-based preset.
IMAGE_STORAGE_OVERRIDE modules/image/image.module Image style constant for user presets that override module-defined presets.
IMAGE_STORAGE_NORMAL modules/image/image.module Image style constant for user presets.
FILE_ACCESS_DENY modules/file/file.module Modules should return this value from hook_file_access() to deny access to a file.
FILE_ACCESS_IGNORE modules/file/file.module Modules should return this value from hook_file_access() to not affect file access.
FILE_TYPE_STORAGE_NORMAL modules/file/file.module File types constant for user-defined file types.
FILE_TYPE_STORAGE_OVERRIDE modules/file/file.module File type constant for file types that override module-defined presets.
FILE_TYPE_STORAGE_DEFAULT modules/file/file.module File type constant for module-defined file types.
FILE_ACCESS_ALLOW modules/file/file.module Modules should return this value from hook_file_access() to allow access to a file.
FILE_TYPE_NONE modules/file/file.module The {file_managed}.type value when the file type has not yet been determined.
FIELD_BEHAVIOR_CUSTOM modules/field/field.module Value for field API indicating a widget can receive several field values.
FIELD_CARDINALITY_UNLIMITED modules/field/field.module Value for field API indicating a field accepts an unlimited number of values.
FIELD_BEHAVIOR_NONE modules/field/field.module Value for field API indicating a widget doesn't accept default values.
FIELD_BEHAVIOR_DEFAULT modules/field/field.module Value for field API concerning widget default and multiple value settings.
FIELD_LOAD_CURRENT modules/field/field.module Age argument for loading the most recent version of an entity's field data with field_attach_load().
FIELD_LOAD_REVISION modules/field/field.module Age argument for loading the version of an entity's field data specified in the entity with field_attach_load().
FIELD_STORAGE_UPDATE modules/field/field.attach.inc Argument for an update operation.
FIELD_STORAGE_INSERT modules/field/field.attach.inc Argument for an insert operation.
COMMENT_NOT_PUBLISHED modules/comment/comment.module Comment is awaiting approval.
COMMENT_PUBLISHED modules/comment/comment.module Comment is published.
COMMENT_MODE_FLAT modules/comment/comment.module Comments are displayed in a flat list - expanded.
COMMENT_MODE_THREADED modules/comment/comment.module Comments are displayed as a threaded list - expanded.
COMMENT_ANONYMOUS_MAYNOT_CONTACT modules/comment/comment.module Anonymous posters cannot enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACT modules/comment/comment.module Anonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACT modules/comment/comment.module Anonymous posters are required to leave their contact information.
COMMENT_FORM_SEPARATE_PAGE modules/comment/comment.module Comment form should be displayed on a separate page.
COMMENT_FORM_BELOW modules/comment/comment.module Comment form should be shown below post or list of comments.
COMMENT_NODE_HIDDEN modules/comment/comment.module Comments for this node are hidden.
COMMENT_NODE_CLOSED modules/comment/comment.module Comments for this node are closed.
COMMENT_NODE_OPEN modules/comment/comment.module Comments for this node are open.
CKEDITOR_VERSION modules/ckeditor/ckeditor.module
BACKDROP_ROOT ./install.php Defines the root directory of the Backdrop installation.
MAINTENANCE_MODE ./install.php Global flag to indicate the site is in installation mode.
REQUIRED_D7_SCHEMA_VERSION includes/update.inc Minimum schema version of Drupal 7 required for upgrade to Backdrop.
UNICODE_SINGLEBYTE includes/unicode.inc Indicates that standard PHP (emulated) unicode support is being used.
UNICODE_ERROR includes/unicode.inc Indicates an error during check for PHP unicode support.
UNICODE_MULTIBYTE includes/unicode.inc Indicates that full unicode support with the PHP mbstring extension is being used.
PREG_CLASS_UNICODE_WORD_BOUNDARY includes/unicode.inc Matches Unicode characters that are word boundaries.
RESPONSIVE_PRIORITY_LOW includes/theme.inc A responsive table class; only show table cell on wide devices.
RESPONSIVE_PRIORITY_MEDIUM includes/theme.inc A responsive table class; hide table cell on narrow devices.
MARK_UPDATED includes/theme.inc Mark content as being updated.
MARK_NEW includes/theme.inc Mark content as being new.
MARK_READ includes/theme.inc Mark content as read.
STREAM_WRAPPERS_VISIBLE includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible.
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_LOCAL_NORMAL includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files.
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.

Pages