Namesort ascending Location Type Description
drupal_generate_test_ua includes/drupal.inc function Generates a user agent string with a HMAC and timestamp for simpletest.
drupal_form_submit includes/drupal.inc function Retrieves, populates, and processes a form.
drupal_flush_all_caches includes/drupal.inc function Flushes all cached data on the site.
drupal_find_theme_templates includes/drupal.inc function Allows themes and/or theme engines to discover overridden templates.
drupal_find_theme_functions includes/drupal.inc function Allows themes and/or theme engines to discover overridden theme functions.
drupal_find_base_themes includes/drupal.inc function Find all the base themes for the specified theme.
drupal_fast_404 includes/drupal.inc function Returns a simple 404 Not Found page.
drupal_explode_tags includes/drupal.inc function Explodes a string of tags into an array.
drupal_exit includes/drupal.inc function Performs end-of-request tasks.
drupal_error_levels includes/drupal.inc function Maps PHP error constants to watchdog severity levels.
drupal_environment_initialize includes/drupal.inc function Initializes the PHP environment.
drupal_encode_path includes/drupal.inc function Encodes a Backdrop path for use in a URL.
drupal_dirname includes/drupal.inc function Gets the name of the directory from a given path.
drupal_detect_database_types includes/drupal.inc function Returns all supported database installer objects that are compiled into PHP.
drupal_detect_baseurl includes/drupal.inc function Loads the installation profile, extracting its defined distribution name.
drupal_depth_first_search includes/drupal.inc function Performs a depth-first search and sort on a directed acyclic graph.
drupal_deliver_page includes/drupal.inc function Delivers a page callback result to the browser in the appropriate format.
drupal_deliver_html_page includes/drupal.inc function Packages and sends the result of a page callback to the browser as HTML.
drupal_delete_file_if_stale includes/drupal.inc function Deletes files modified more than a set time ago.
drupal_current_script_url includes/drupal.inc function Returns the URL of the current script, with modified query parameters.
drupal_cron_run includes/drupal.inc function Executes a cron run when called.
drupal_convert_to_utf8 includes/drupal.inc function Converts data to UTF-8.
drupal_common_theme includes/drupal.inc function Provides theme registration for themes across .inc files.
drupal_clear_path_cache includes/drupal.inc function Clear the path cache.
drupal_clear_js_cache includes/drupal.inc function Deletes old cached JavaScript files and variables.
drupal_clear_css_cache includes/drupal.inc function Deletes old cached CSS files.
drupal_clean_css_identifier includes/drupal.inc function Prepares a string for use as a CSS identifier (element, class, or ID name).
drupal_chmod includes/drupal.inc function Sets the permissions on a file or directory.
drupal_check_profile includes/drupal.inc function Checks an installation profile's requirements.
drupal_check_module includes/drupal.inc function Checks a module's requirements.
drupal_check_incompatibility includes/drupal.inc function Checks whether a version is compatible with a given dependency.
drupal_cache_system_paths includes/drupal.inc function Cache system paths for a page.
drupal_build_js_cache includes/drupal.inc function Aggregates JavaScript files into a cache file in the files directory.
drupal_build_form includes/drupal.inc function Builds and processes a form for a given form ID.
drupal_build_css_cache includes/drupal.inc function Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_bootstrap includes/drupal.inc function Ensures Backdrop is bootstrapped to the specified phase.
drupal_basename includes/drupal.inc function Gets the filename from a given path.
drupal_base64_encode includes/drupal.inc function Returns a URL-safe, base64 encoded version of the supplied string.
drupal_autoload_interface includes/drupal.inc function Confirms that a class is available.
drupal_autoload_class includes/drupal.inc function Confirms that a class is available.
drupal_attributes includes/drupal.inc function Converts an associative array to an XML/HTML tag attribute string.
drupal_array_unset_nested_value includes/drupal.inc function Unsets a value in a nested array with variable depth.
drupal_array_set_nested_value includes/drupal.inc function Sets a value in a nested array with variable depth.
drupal_array_nested_key_exists includes/drupal.inc function Determines whether a nested array contains the requested keys.
drupal_array_merge_deep_array includes/drupal.inc function Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep includes/drupal.inc function Merges multiple arrays, recursively, and returns the merged array.
drupal_array_get_nested_value includes/drupal.inc function Retrieves a value from a nested array with variable depth.
drupal_anonymous_user includes/drupal.inc function Generates a default anonymous $user object.
drupal_alter includes/drupal.inc function Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_aggregate_js includes/drupal.inc function Default callback to aggregate JavaScript files.

Pages