Namesort ascending Location Description
backdrop_css_defaults core/includes/common.inc Constructs an array of the defaults that are used for styles items.
backdrop_cron_run core/includes/common.inc Executes a cron run when called.
backdrop_convert_to_utf8 core/includes/unicode.inc Converts data to UTF-8.
backdrop_common_theme core/includes/common.inc Provides theme registration for themes across .inc files.
backdrop_clear_path_cache core/includes/path.inc Clear the path cache.
backdrop_clear_opcode_cache core/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
backdrop_clear_js_cache core/includes/common.inc Deletes old cached JavaScript files and variables.
backdrop_clear_css_cache core/includes/common.inc Deletes old cached CSS files.
backdrop_clean_css_identifier core/includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name).
backdrop_class_list core/includes/bootstrap.classes.inc Lists all the classes used by Backdrop core.
backdrop_chmod core/includes/file.inc Sets the permissions on a file or directory.
backdrop_check_trusted_hosts core/includes/bootstrap.inc Checks if a host matches the trusted host patterns in settings.php.
backdrop_check_profile core/includes/install.inc Checks an installation profile's requirements.
backdrop_check_module core/includes/install.inc Checks a module's requirements.
backdrop_check_memory_limit core/includes/bootstrap.inc Compares the memory required for an operation to the available memory.
backdrop_check_incompatibility core/includes/common.inc Checks whether a version is compatible with a given dependency.
backdrop_cache_system_paths core/includes/path.inc Cache system paths for a page.
backdrop_build_js_cache core/includes/common.inc Aggregates JavaScript files into a cache file in the files directory.
backdrop_build_form core/includes/form.inc Builds and processes a form for a given form ID.
backdrop_build_css_cache core/includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory.
backdrop_bootstrap_is_installed core/includes/bootstrap.inc Verify the installation of Backdrop is correct.
backdrop_bootstrap core/includes/bootstrap.inc Ensures Backdrop is bootstrapped to the specified phase.
backdrop_basename core/includes/file.inc Gets the filename from a given path.
backdrop_base64_encode core/includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string.
backdrop_autoload core/includes/bootstrap.inc Confirms that a class is available.
backdrop_attributes core/includes/common.inc Converts an associative array to an XML/HTML tag attribute string.
backdrop_array_unset_nested_value core/includes/common.inc Unsets a value in a nested array with variable depth.
backdrop_array_set_nested_value core/includes/common.inc Sets a value in a nested array with variable depth.
backdrop_array_nested_key_exists core/includes/common.inc Determines whether a nested array contains the requested keys.
backdrop_array_merge_deep_array core/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
backdrop_array_merge_deep core/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
backdrop_array_get_nested_value core/includes/common.inc Retrieves a value from a nested array with variable depth.
backdrop_array_diff_assoc_recursive core/includes/common.inc Recursively computes the difference of arrays with additional index check.
backdrop_anonymous_user core/includes/bootstrap.inc Generates a default anonymous $user object.
backdrop_alter core/includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations.
backdrop_aggregate_js core/includes/common.inc Default callback to aggregate JavaScript files.
backdrop_aggregate_css core/includes/common.inc Aggregation callback: Aggregates CSS files and inline content.
backdrop_add_tabledrag core/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
backdrop_add_library core/includes/common.inc Adds multiple JavaScript or CSS files at the same time.
backdrop_add_js core/includes/common.inc Adds a JavaScript file, setting, or inline code to the page.
backdrop_add_icons core/includes/common.inc Adds icons to the page to make them available in JS and CSS files.
backdrop_add_http_header core/includes/bootstrap.inc Sets an HTTP response header for the current page.
backdrop_add_html_head_link core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
backdrop_add_html_head core/includes/common.inc Adds output to the HEAD tag of the HTML page.
backdrop_add_feed core/includes/common.inc Adds a feed URL for the current page.
backdrop_add_css core/includes/common.inc Adds a cascading stylesheet to the stylesheet queue.
backdrop_access_denied core/includes/common.inc Delivers an "access denied" error to the browser.
BackdropWebTestCaseCache::tearDown core/modules/simpletest/backdrop_web_test_case_cache.php Reset the database prefix and global config.
BackdropWebTestCaseCache::setUp core/modules/simpletest/backdrop_web_test_case_cache.php Sets up a Backdrop site to be used as a cached installation profile.
BackdropWebTestCaseCache::setProfile core/modules/simpletest/backdrop_web_test_case_cache.php Set the installation profile to be used as a cache.

Pages