Name Locationsort ascending Description
drupal_pre_render_scripts Deprecated core/includes/drupal.inc #pre_render callback to add the elements needed for JavaScript tags to be rendered.
drupal_group_js Deprecated core/includes/drupal.inc Default callback to group JavaScript items.
drupal_aggregate_js Deprecated core/includes/drupal.inc Default callback to aggregate JavaScript files.
drupal_process_attached Deprecated core/includes/drupal.inc Adds attachments to a render() structure.
drupal_process_states Deprecated core/includes/drupal.inc Adds JavaScript to change the state of an element based on another element.
drupal_add_library Deprecated core/includes/drupal.inc Adds multiple JavaScript or CSS files at the same time.
drupal_get_library Deprecated core/includes/drupal.inc Retrieves information for a JavaScript/CSS library.
drupal_add_tabledrag Deprecated core/includes/drupal.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
drupal_build_js_cache Deprecated core/includes/drupal.inc Aggregates JavaScript files into a cache file in the files directory.
drupal_clear_js_cache Deprecated core/includes/drupal.inc Deletes old cached JavaScript files and variables.
drupal_json_encode Deprecated core/includes/drupal.inc Converts a PHP variable into its JavaScript equivalent.
drupal_json_decode Deprecated core/includes/drupal.inc Converts an HTML-safe JSON string into its PHP equivalent.
drupal_json_output Deprecated core/includes/drupal.inc Prints data to the page in JSON format.
drupal_get_hash_salt Deprecated core/includes/drupal.inc Gets a salt useful for hardening against SQL injection.
drupal_get_private_key Deprecated core/includes/drupal.inc Ensures the private key variable used to generate tokens is set.
drupal_get_token Deprecated core/includes/drupal.inc Generates a token based on $value, the user session, and the private key.
drupal_valid_token Deprecated core/includes/drupal.inc Validates a token based on $value, the user session, and the private key.
drupal_page_set_cache Deprecated core/includes/drupal.inc Stores the current page in the cache.
drupal_cron_run Deprecated core/includes/drupal.inc Executes a cron run when called.
drupal_system_listing Deprecated core/includes/drupal.inc Returns information about system object files (modules, themes, etc.).
drupal_pre_render_conditional_comments Deprecated core/includes/drupal.inc Pre-render callback: Renders #browsers into #prefix and #suffix.
drupal_pre_render_link Deprecated core/includes/drupal.inc Pre-render callback: Renders a link into #markup.
drupal_pre_render_links Deprecated core/includes/drupal.inc Pre-render callback: Collects child links into a single array.
drupal_pre_render_markup Deprecated core/includes/drupal.inc Pre-render callback: Appends contents in #markup to #children.
drupal_render_page Deprecated core/includes/drupal.inc Renders the page, including the HTML, HEAD, and BODY tags.
drupal_render Deprecated core/includes/drupal.inc Renders HTML given a structured array tree.
drupal_render_children Deprecated core/includes/drupal.inc Renders children of an element and concatenates them.
drupal_render_cache_get Deprecated core/includes/drupal.inc Gets the rendered output of a renderable element from the cache.
drupal_render_cache_set Deprecated core/includes/drupal.inc Caches the rendered output of a renderable element.
drupal_render_collect_attached Deprecated core/includes/drupal.inc Collects #attached for an element and its children into a single array.
drupal_render_cache_by_query Deprecated core/includes/drupal.inc Prepares an element for caching based on a query.
drupal_render_cid_parts Deprecated core/includes/drupal.inc Returns cache ID parts for building a cache ID.
drupal_render_cid_create Deprecated core/includes/drupal.inc Creates the cache ID for a renderable element.
element_sort_by_title Deprecated core/includes/drupal.inc Sorts a structured array by '#title' property.
element_sort Deprecated core/includes/drupal.inc Sorts a structured array by '#weight' property.
drupal_sort_weight Deprecated core/includes/drupal.inc Sorts a structured array by 'weight' key (no # prefix).
drupal_sort_title Deprecated core/includes/drupal.inc Sorts a structured array by 'title' key (no # prefix).
drupal_array_get_nested_value Deprecated core/includes/drupal.inc Retrieves a value from a nested array with variable depth.
drupal_array_set_nested_value Deprecated core/includes/drupal.inc Sets a value in a nested array with variable depth.
drupal_array_unset_nested_value Deprecated core/includes/drupal.inc Unsets a value in a nested array with variable depth.
drupal_array_nested_key_exists Deprecated core/includes/drupal.inc Determines whether a nested array contains the requested keys.
drupal_common_theme Deprecated core/includes/drupal.inc Provides theme registration for themes across .inc files.
drupal_install_schema Deprecated core/includes/drupal.inc Creates all tables defined in a module's hook_schema().
drupal_uninstall_schema Deprecated core/includes/drupal.inc Removes all tables defined in a module's hook_schema().
drupal_get_schema_unprocessed Deprecated core/includes/drupal.inc Returns the unprocessed and unaltered version of a module's schema.
drupal_schema_fields_sql Deprecated core/includes/drupal.inc Retrieves a list of fields from a table schema.
drupal_write_record Deprecated core/includes/drupal.inc Saves (inserts or updates) a record to the database based upon the schema.
drupal_parse_info_file Deprecated core/includes/drupal.inc Parses Backdrop module and theme .info files.
drupal_parse_info_format Deprecated core/includes/drupal.inc Parses data in Backdrop's .info format.
drupal_explode_tags Deprecated core/includes/drupal.inc Explodes a string of tags into an array.

Pages