Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
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. 51
drupal_match_path drupal/core/includes/path.inc Check if a path matches any pattern in a set of patterns. 3
drupal_mkdir drupal/core/includes/file.inc Creates a directory using Drupal's default mode. 8
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 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_dependency drupal/core/includes/common.inc Parses a dependency for comparison by drupal_check_incompatibility(). 1
drupal_parse_info_file drupal/core/includes/common.inc Parses Drupal module and theme .info files. 9
drupal_parse_info_format drupal/core/includes/common.inc Parses data in Drupal's .info format. 2
drupal_parse_url drupal/core/includes/common.inc Parses a system URL string into an associative array suitable for url(). 6
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_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_process_attached drupal/core/includes/common.inc Adds attachments to a render() structure. 3
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_random_bytes drupal/core/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 8
drupal_realpath drupal/core/includes/file.inc Returns the absolute local filesystem path of a stream URI. 42
drupal_rebuild_form drupal/core/includes/form.inc Constructs a new $form from the information in $form_state. 2
drupal_redirect_form drupal/core/includes/form.inc Redirects the user to a URL after a form has been processed. 2
drupal_region_class drupal/core/includes/common.inc Provides a standard HTML class name that identifies a page region. 2
drupal_register_shutdown_function drupal/core/includes/bootstrap.inc Registers a function for execution on shutdown. 12
drupal_render drupal/core/includes/common.inc Renders HTML given a structured array tree. 123 1
drupal_render_cache_by_query drupal/core/includes/common.inc Prepares an element for caching based on a query. 1
drupal_render_cache_get drupal/core/includes/common.inc Gets the rendered output of a renderable element from the cache. 2
drupal_render_cache_set drupal/core/includes/common.inc Caches the rendered output of a renderable element. 1
drupal_render_children drupal/core/includes/common.inc Renders children of an element and concatenates them. 42
drupal_render_cid_create drupal/core/includes/common.inc Creates the cache ID for a renderable element. 2
drupal_render_cid_parts drupal/core/includes/common.inc Returns cache ID parts for building a cache ID. 2
drupal_render_collect_attached drupal/core/includes/common.inc Collects #attached for an element and its children into a single array. 2
drupal_render_page drupal/core/includes/common.inc Renders the page, including all theming. 6
drupal_required_modules drupal/core/includes/module.inc Returns an array of modules required by core. 1
drupal_requirements_severity drupal/core/includes/install.inc Extracts the highest severity from the requirements array. 4
drupal_requirements_url drupal/core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2
drupal_retrieve_form drupal/core/includes/form.inc Retrieves the structured array that defines a given form. 3
drupal_rewrite_settings drupal/core/includes/install.inc Replaces values in settings.php with values in the submitted array. 2
drupal_rmdir drupal/core/includes/file.inc Removes a directory. 5

Pages

Other projects