$conf |
core/authorize.php |
global |
Global variable that holds values from the variables table. |
backdrop_json_decode_unicode |
core/includes/common.inc |
function |
Decode Unicode characters in JSON strings. |
backdrop_json_format |
core/includes/common.inc |
function |
Format a string of JSON for older versions of PHP. |
backdrop_page_set_cache |
core/includes/common.inc |
function |
Stores the current page in the cache. |
backdrop_pre_render_conditional_comments |
core/includes/common.inc |
function |
Pre-render callback: Provides backwards-compatibility for #browsers property. |
bartik_form_system_theme_settings_alter |
core/modules/color/color.legacy.inc |
function |
Alters the theme settings form for Bartik legacy colors. |
bartik_form_system_theme_settings_alter_submit |
core/modules/color/color.legacy.inc |
function |
Submit handler for theme settings form. |
db_ignore_slave |
core/includes/database/database.inc |
function |
Backwards-compatible wrapper function. |
drupal_access_denied |
core/includes/drupal.inc |
function |
Delivers an "access denied" error to the browser. |
drupal_add_css |
core/includes/drupal.inc |
function |
Adds a cascading stylesheet to the stylesheet queue. |
drupal_add_feed |
core/includes/drupal.inc |
function |
Adds a feed URL for the current page. |
drupal_add_html_head |
core/includes/drupal.inc |
function |
Adds output to the HEAD tag of the HTML page. |
drupal_add_html_head_link |
core/includes/drupal.inc |
function |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |
drupal_add_http_header |
core/includes/drupal.inc |
function |
Sets an HTTP response header for the current page. |
drupal_add_js |
core/includes/drupal.inc |
function |
Adds a JavaScript file, setting, or inline code to the page. |
drupal_add_library |
core/includes/drupal.inc |
function |
Adds multiple JavaScript or CSS files at the same time. |
drupal_add_tabledrag |
core/includes/drupal.inc |
function |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
drupal_aggregate_css |
core/includes/drupal.inc |
function |
Aggregation callback: Aggregates CSS files and inline content. |
drupal_aggregate_js |
core/includes/drupal.inc |
function |
Default callback to aggregate JavaScript files. |
drupal_alter |
core/includes/drupal.inc |
function |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
drupal_anonymous_user |
core/includes/drupal.inc |
function |
Generates a default anonymous $user object. |
drupal_array_get_nested_value |
core/includes/drupal.inc |
function |
Retrieves a value from a nested array with variable depth. |
drupal_array_merge_deep |
core/includes/drupal.inc |
function |
Merges multiple arrays, recursively, and returns the merged array. |
drupal_array_merge_deep_array |
core/includes/drupal.inc |
function |
Merges multiple arrays, recursively, and returns the merged array. |
drupal_array_nested_key_exists |
core/includes/drupal.inc |
function |
Determines whether a nested array contains the requested keys. |
drupal_array_set_nested_value |
core/includes/drupal.inc |
function |
Sets a value in a nested array with variable depth. |
drupal_array_unset_nested_value |
core/includes/drupal.inc |
function |
Unsets a value in a nested array with variable depth. |
drupal_attributes |
core/includes/drupal.inc |
function |
Converts an associative array to an XML/HTML tag attribute string. |
drupal_autoload_class |
core/includes/drupal.inc |
function |
Confirms that a class is available. |
drupal_autoload_interface |
core/includes/drupal.inc |
function |
Confirms that a class is available. |
drupal_base64_encode |
core/includes/drupal.inc |
function |
Returns a URL-safe, base64 encoded version of the supplied string. |
drupal_basename |
core/includes/drupal.inc |
function |
Gets the filename from a given path. |
drupal_bootstrap |
core/includes/drupal.inc |
function |
Ensures Backdrop is bootstrapped to the specified phase. |
drupal_build_css_cache |
core/includes/drupal.inc |
function |
Aggregates and optimizes CSS files into a cache file in the files directory. |
drupal_build_form |
core/includes/drupal.inc |
function |
Builds and processes a form for a given form ID. |
drupal_build_js_cache |
core/includes/drupal.inc |
function |
Aggregates JavaScript files into a cache file in the files directory. |
drupal_cache_system_paths |
core/includes/drupal.inc |
function |
Cache system paths for a page. |
drupal_check_incompatibility |
core/includes/drupal.inc |
function |
Checks whether a version is compatible with a given dependency. |
drupal_check_module |
core/includes/drupal.inc |
function |
Checks a module's requirements. |
drupal_check_profile |
core/includes/drupal.inc |
function |
Checks an installation profile's requirements. |
drupal_chmod |
core/includes/drupal.inc |
function |
Sets the permissions on a file or directory. |
drupal_clean_css_identifier |
core/includes/drupal.inc |
function |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
drupal_clear_css_cache |
core/includes/drupal.inc |
function |
Deletes old cached CSS files. |
drupal_clear_js_cache |
core/includes/drupal.inc |
function |
Deletes old cached JavaScript files and variables. |
drupal_clear_path_cache |
core/includes/drupal.inc |
function |
Clear the path cache. |
drupal_common_theme |
core/includes/drupal.inc |
function |
Provides theme registration for themes across .inc files. |
drupal_convert_to_utf8 |
core/includes/drupal.inc |
function |
Converts data to UTF-8. |
drupal_cron_run |
core/includes/drupal.inc |
function |
Executes a cron run when called. |
drupal_current_script_url |
core/includes/drupal.inc |
function |
Returns the URL of the current script, with modified query parameters. |
drupal_delete_file_if_stale |
core/includes/drupal.inc |
function |
Deletes files modified more than a set time ago. |