Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 8
drupal_http_build_query Deprecated 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_implode_tags Deprecated 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. 6
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(). 2
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. 3
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. 25
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 and sets the default langcode. 8
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 4
drupal_load_stylesheet drupal/core/includes/common.inc Loads the stylesheet and resolves all @import commands. 4
drupal_load_stylesheet_content drupal/core/includes/common.inc Processes the contents of a stylesheet for aggregation. 3
drupal_load_updates drupal/core/includes/install.inc Loads .install files for installed modules to initialize the update system. 2
drupal_mail drupal/core/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_mail_system drupal/core/includes/mail.inc Returns an object that implements Drupal\Core\Mail\MailInterface. 1
drupal_maintenance_theme drupal/core/includes/bootstrap.inc Enables use of the theme system without requiring database access. 6
drupal_map_assoc drupal/core/includes/common.inc Forms an associative array from a linear array. 63
drupal_match_path drupal/core/includes/path.inc Check if a path matches any pattern in a set of patterns. 4
drupal_merge_js_settings drupal/core/includes/common.inc Merges an array of settings arrays into a single settings array. 5
drupal_mkdir drupal/core/includes/file.inc Creates a directory, optionally creating missing components in the path to the directory. 11
drupal_move_uploaded_file drupal/core/includes/file.inc Moves an uploaded file to a new location. 1
drupal_override_server_variables drupal/core/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_page_get_cache drupal/core/includes/bootstrap.inc Retrieves the current page from the cache. 2
drupal_page_header Deprecated drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a page response. 1
drupal_page_is_cacheable drupal/core/includes/bootstrap.inc Determines the cacheability of the current page. 5
drupal_page_set_cache drupal/core/includes/common.inc Stores the current page in the cache. 1
drupal_parse_info_file drupal/core/includes/common.inc Parses Drupal module and theme .info.yml files. 9
drupal_parse_url drupal/core/includes/common.inc Parses a system URL string into an associative array suitable for url(). 8
drupal_placeholder drupal/core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 5
drupal_prepare_form drupal/core/includes/form.inc Prepares a structured form array. 6
drupal_pre_render_conditional_comments drupal/core/includes/common.inc Pre-render callback: Renders #browsers into #prefix and #suffix. 1
drupal_pre_render_dropbutton drupal/core/includes/common.inc Pre-render callback: Attaches the dropbutton library and required markup. 1
drupal_pre_render_html_tag drupal/core/includes/common.inc Pre-render callback: Renders a generic HTML tag with attributes into #markup. 1
drupal_pre_render_link drupal/core/includes/common.inc Pre-render callback: Renders a link into #markup. 1
drupal_pre_render_links drupal/core/includes/common.inc Pre-render callback: Collects child links into a single array. 3
drupal_pre_render_scripts drupal/core/includes/common.inc #pre_render callback to add the elements needed for JavaScript tags to be rendered. 1
drupal_pre_render_styles drupal/core/includes/common.inc Pre-render callback: Adds the elements needed for CSS tags to be rendered. 1
drupal_pre_render_table drupal/core/includes/theme.inc #pre_render callback to transform children of an element into #rows suitable for theme_table(). 1
drupal_process_attached drupal/core/includes/common.inc Adds attachments to a render() structure. 4
drupal_process_form drupal/core/includes/form.inc Processes a form submission. 7
drupal_process_states drupal/core/includes/common.inc Adds JavaScript to change the state of an element based on another element. 1
drupal_realpath drupal/core/includes/file.inc Returns the absolute local filesystem path of a stream URI. 42

Pages

Other projects