Contains filters are case sensitive
Name Locationsort descending Description
drupal_valid_test_ua Deprecated includes/drupal.inc Returns the test prefix if this is an internal request from SimpleTest.
drupal_get_bootstrap_phase Deprecated includes/drupal.inc Returns the current bootstrap phase for this Backdrop process.
drupal_get_user_timezone Deprecated includes/drupal.inc Returns the time zone of the current user.
drupal_bootstrap Deprecated includes/drupal.inc Ensures Backdrop is bootstrapped to the specified phase.
drupal_anonymous_user Deprecated includes/drupal.inc Generates a default anonymous $user object.
drupal_array_merge_deep_array Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_hash_base64 Deprecated includes/drupal.inc Calculates a base-64 encoded, URL-safe sha-256 hash.
drupal_hmac_base64 Deprecated includes/drupal.inc Calculates a base-64 encoded, URL-safe sha-256 hmac.
drupal_random_bytes Deprecated includes/drupal.inc Returns a string of highly randomized bytes (over the full 8-bit range).
drupal_base64_encode Deprecated includes/drupal.inc Returns a URL-safe, base64 encoded version of the supplied string.
drupal_random_key Deprecated includes/drupal.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
drupal_set_title Deprecated includes/drupal.inc Sets the title of the current page.
drupal_get_title Deprecated includes/drupal.inc Gets the title of the current page.
drupal_get_messages Deprecated includes/drupal.inc Returns all messages that have been set with backdrop_set_message().
drupal_set_message Deprecated includes/drupal.inc Sets a message to display to the user.
drupal_validate_utf8 Deprecated includes/drupal.inc Checks whether a string is valid UTF-8.
drupal_unpack Deprecated includes/drupal.inc Unserializes and appends elements from a serialized string.
drupal_serve_page_from_cache Deprecated includes/drupal.inc Sets HTTP headers in preparation for a cached page response.
drupal_page_header Deprecated includes/drupal.inc Sets HTTP headers in preparation for a page response.
drupal_send_headers Deprecated includes/drupal.inc Sends the HTTP response headers that were previously set, adding defaults.
drupal_get_http_header Deprecated includes/drupal.inc Gets the HTTP response headers for the current page.
drupal_add_http_header Deprecated includes/drupal.inc Sets an HTTP response header for the current page.
drupal_load Deprecated includes/drupal.inc Includes a file with the provided type and name.
drupal_page_is_cacheable Deprecated includes/drupal.inc Determines the cacheability of the current page.
drupal_page_get_cache Deprecated includes/drupal.inc Retrieves the current page from the cache.
drupal_get_filename Deprecated includes/drupal.inc Returns and optionally sets the filename for a system resource.
drupal_settings_initialize Deprecated includes/drupal.inc Sets the base URL, cookie domain, and session name from configuration.
drupal_valid_http_host Deprecated includes/drupal.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
drupal_environment_initialize Deprecated includes/drupal.inc Initializes the PHP environment.
drupal_override_server_variables Deprecated includes/drupal.inc Sets appropriate server variables needed for command line scripts to work.
drupal_mail_system Deprecated includes/drupal.inc Returns an object that implements the MailSystemInterface interface.
drupal_mail Deprecated includes/drupal.inc Composes and optionally sends an e-mail message.
drupal_check_module Deprecated includes/drupal.inc Checks a module's requirements.
drupal_requirements_severity Deprecated includes/drupal.inc Extracts the highest severity from the requirements array.
_backdrop_get_last_caller includes/errors.inc Gets the last caller from a backtrace.
_backdrop_log_error includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases.
error_displayable includes/errors.inc Determines whether an error should be displayed.
_backdrop_render_exception_safe includes/errors.inc Renders an exception error message without further exceptions.
_backdrop_decode_exception includes/errors.inc Decodes an exception and retrieves the correct caller.
_backdrop_error_handler_real includes/errors.inc Provides custom PHP error handling.
backdrop_error_levels includes/errors.inc Maps PHP error constants to watchdog severity levels.
file_get_content_headers includes/file.inc Examines a file entity and returns appropriate content headers for download.
file_directory_temp includes/file.inc Gets the path of system-appropriate temporary directory.
backdrop_tempnam includes/file.inc Creates a file with a unique filename in the specified directory.
backdrop_rmdir includes/file.inc Removes a directory.
backdrop_mkdir includes/file.inc Creates a directory using Backdrop's default mode.
backdrop_basename includes/file.inc Gets the filename from a given path.
backdrop_dirname includes/file.inc Gets the name of the directory from a given path.
backdrop_realpath includes/file.inc Resolves the absolute filepath of a local URI or filepath.

Pages