Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_get_filetransfer_info drupal/core/includes/common.inc Assembles the Drupal FileTransfer registry. 2
drupal_get_form drupal/core/includes/form.inc Returns a renderable form array for a given form ID. 35 42
drupal_get_hash_salt drupal/core/includes/bootstrap.inc Gets a salt useful for hardening against SQL injection. 6
drupal_get_html_head drupal/core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page. 4
drupal_get_http_header drupal/core/includes/bootstrap.inc Gets the HTTP response headers for the current page. 3
drupal_get_installed_schema_version drupal/core/includes/schema.inc Returns the currently installed schema version for a module. 14
drupal_get_js drupal/core/includes/common.inc Returns a themed presentation of all JavaScript code for the current page. 23
drupal_get_library drupal/core/includes/common.inc Retrieves information for a JavaScript/CSS library. 5 1
drupal_get_messages drupal/core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 6
drupal_get_path drupal/core/includes/common.inc Returns the path to a system item (module, theme, etc.). 178 1
drupal_get_private_key drupal/core/includes/common.inc Ensures the private key variable used to generate tokens is set. 3
drupal_get_profile drupal/core/includes/common.inc Gets the name of the currently active installation profile. 13
drupal_get_query_array drupal/core/includes/common.inc Splits a URL-encoded query string into an array. 3
drupal_get_query_parameters drupal/core/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 11
drupal_get_region_content drupal/core/includes/common.inc Gets assigned content for a given region. 2
drupal_get_schema drupal/core/includes/schema.inc Gets the schema definition of a table, or the whole database schema. 25
drupal_get_schema_unprocessed drupal/core/includes/schema.inc Returns the unprocessed and unaltered version of a module's schema. 14
drupal_get_schema_versions drupal/core/includes/schema.inc Returns an array of available schema versions for a module. 5
drupal_get_title drupal/core/includes/bootstrap.inc Gets the title of the current page. 9
drupal_get_token drupal/core/includes/common.inc Generates a token based on $value, the user session, and the private key. 12
drupal_get_updaters drupal/core/includes/common.inc Assembles the Drupal Updater registry. 3
drupal_get_user_timezone drupal/core/includes/bootstrap.inc Returns the time zone of the current user. 8
drupal_goto drupal/core/includes/common.inc Sends the user to a different Drupal page. 40 4
drupal_group_css drupal/core/includes/common.inc Grouping callback: Groups CSS items by their types, media, and browsers. 1
drupal_group_js drupal/core/includes/common.inc Default callback to group JavaScript items. 1
drupal_hash_base64 drupal/core/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hash. 20
drupal_help_arg drupal/core/includes/menu.inc Generates elements for the $arg array in the help hook. 5
drupal_hmac_base64 drupal/core/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hmac. 6
drupal_html_class drupal/core/includes/common.inc Prepares a string for use as a valid class name. 17
drupal_html_id drupal/core/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 17 2
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
drupal_http_build_query drupal/core/includes/common.inc Parses an array into a valid, rawurlencoded query string. 10
drupal_http_header_attributes drupal/core/includes/common.inc Formats an attribute string for an HTTP header. 1
drupal_http_request drupal/core/includes/common.inc Performs an HTTP request. 19
drupal_implode_tags drupal/core/includes/common.inc Implodes an array of tags into a string. 6
drupal_installation_attempted drupal/core/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 5
drupal_install_config_directories drupal/core/includes/install.inc Creates the config directory and ensures it is operational. 2
drupal_install_fix_file drupal/core/includes/install.inc Attempts to fix file permissions. 1
drupal_install_mkdir drupal/core/includes/install.inc Creates a directory with the specified permissions. 1
drupal_install_profile_distribution_name drupal/core/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
drupal_install_schema drupal/core/includes/schema.inc Creates all tables defined in a module's hook_schema(). 3
drupal_install_system drupal/core/includes/install.inc Installs the system module. 1
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 4
drupal_is_front_page drupal/core/includes/path.inc Check if the current page is the front page. 10
drupal_json_decode drupal/core/includes/common.inc Converts an HTML-safe JSON string into its PHP equivalent. 14
drupal_json_encode drupal/core/includes/common.inc Converts a PHP variable into its JavaScript equivalent. 8
drupal_js_defaults drupal/core/includes/common.inc Constructs an array of the defaults that are used for JavaScript items. 3
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types. 11
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 15
drupal_load_stylesheet drupal/core/includes/common.inc Loads the stylesheet and resolves all @import commands. 4

Pages

Other projects