Name Locationsort descending Type Description
drupal_clear_js_cache includes/drupal.inc function Deletes old cached JavaScript files and variables.
drupal_json_encode includes/drupal.inc function Converts a PHP variable into its JavaScript equivalent.
drupal_json_decode includes/drupal.inc function Converts an HTML-safe JSON string into its PHP equivalent.
drupal_json_output includes/drupal.inc function Prints data to the page in JSON format.
drupal_get_hash_salt includes/drupal.inc function Gets a salt useful for hardening against SQL injection.
drupal_get_private_key includes/drupal.inc function Ensures the private key variable used to generate tokens is set.
drupal_get_token includes/drupal.inc function Generates a token based on $value, the user session, and the private key.
drupal_valid_token includes/drupal.inc function Validates a token based on $value, the user session, and the private key.
drupal_page_set_cache includes/drupal.inc function Stores the current page in the cache.
drupal_cron_run includes/drupal.inc function Executes a cron run when called.
drupal_system_listing includes/drupal.inc function Returns information about system object files (modules, themes, etc.).
drupal_pre_render_conditional_comments includes/drupal.inc function Pre-render callback: Renders #browsers into #prefix and #suffix.
drupal_pre_render_link includes/drupal.inc function Pre-render callback: Renders a link into #markup.
drupal_pre_render_links includes/drupal.inc function Pre-render callback: Collects child links into a single array.
drupal_pre_render_markup includes/drupal.inc function Pre-render callback: Appends contents in #markup to #children.
drupal_render_page includes/drupal.inc function Renders the page, including the HTML, HEAD, and BODY tags.
drupal_render includes/drupal.inc function Renders HTML given a structured array tree.
drupal_render_children includes/drupal.inc function Renders children of an element and concatenates them.
drupal_render_cache_get includes/drupal.inc function Gets the rendered output of a renderable element from the cache.
drupal_render_cache_set includes/drupal.inc function Caches the rendered output of a renderable element.
drupal_render_collect_attached includes/drupal.inc function Collects #attached for an element and its children into a single array.
drupal_render_cache_by_query includes/drupal.inc function Prepares an element for caching based on a query.
drupal_render_cid_parts includes/drupal.inc function Returns cache ID parts for building a cache ID.
drupal_render_cid_create includes/drupal.inc function Creates the cache ID for a renderable element.
element_sort_by_title includes/drupal.inc function Sorts a structured array by '#title' property.
element_sort includes/drupal.inc function Sorts a structured array by '#weight' property.
drupal_sort_weight includes/drupal.inc function Sorts a structured array by 'weight' key (no # prefix).
drupal_sort_title includes/drupal.inc function Sorts a structured array by 'title' key (no # prefix).
drupal_array_get_nested_value includes/drupal.inc function Retrieves a value from 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_unset_nested_value includes/drupal.inc function Unsets 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_common_theme includes/drupal.inc function Provides theme registration for themes across .inc files.
drupal_install_schema includes/drupal.inc function Creates all tables defined in a module's hook_schema().
drupal_uninstall_schema includes/drupal.inc function Removes all tables defined in a module's hook_schema().
drupal_get_schema_unprocessed includes/drupal.inc function Returns the unprocessed and unaltered version of a module's schema.
drupal_schema_fields_sql includes/drupal.inc function Retrieves a list of fields from a table schema.
drupal_write_record includes/drupal.inc function Saves (inserts or updates) a record to the database based upon the schema.
drupal_parse_info_file includes/drupal.inc function Parses Backdrop module and theme .info files.
drupal_parse_info_format includes/drupal.inc function Parses data in Backdrop's .info format.
drupal_explode_tags includes/drupal.inc function Explodes a string of tags into an array.
drupal_implode_tags includes/drupal.inc function Implodes an array of tags into a string.
drupal_flush_all_caches includes/drupal.inc function Flushes all cached data on the site.
drupal_parse_dependency includes/drupal.inc function Parses a dependency for comparison by backdrop_check_incompatibility().
drupal_check_incompatibility includes/drupal.inc function Checks whether a version is compatible with a given dependency.
drupal_get_updaters includes/drupal.inc function Assembles the Backdrop Updater registry.
drupal_get_filetransfer_info includes/drupal.inc function Assembles the Backdrop FileTransfer registry.
format_username includes/drupal.inc function Format a username.
drupal_error_levels includes/drupal.inc function Maps PHP error constants to watchdog severity levels.
drupal_move_uploaded_file includes/drupal.inc function Moves an uploaded file to a new location.

Pages