Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_mail drupal/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_mail_system drupal/includes/mail.inc Returns an object that implements the MailSystemInterface interface. 1
drupal_maintenance_theme drupal/includes/bootstrap.inc Enables use of the theme system without requiring database access. 5
drupal_map_assoc drupal/includes/common.inc Forms an associative array from a linear array. 38
drupal_match_path drupal/includes/path.inc Check if a path matches any pattern in a set of patterns. 3
drupal_mkdir drupal/includes/file.inc Creates a directory using Drupal's default mode. 5
drupal_move_uploaded_file drupal/includes/file.inc Moves an uploaded file to a new location. 1
drupal_multilingual drupal/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 8
drupal_not_found drupal/includes/common.inc Delivers a "page not found" error to the browser. 10
drupal_override_server_variables drupal/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_page_footer drupal/includes/common.inc Performs end-of-request tasks. 1
drupal_page_get_cache drupal/includes/bootstrap.inc Retrieves the current page from the cache. 1
drupal_page_header drupal/includes/bootstrap.inc Sets HTTP headers in preparation for a page response. 2
drupal_page_is_cacheable drupal/includes/bootstrap.inc Determines the cacheability of the current page. 5
drupal_page_set_cache drupal/includes/common.inc Stores the current page in the cache. 1
drupal_parse_dependency drupal/includes/common.inc Parses a dependency for comparison by drupal_check_incompatibility(). 1
drupal_parse_info_file drupal/includes/common.inc Parses Drupal module and theme .info files. 10
drupal_parse_info_format drupal/includes/common.inc Parses data in Drupal's .info format. 2
drupal_parse_url drupal/includes/common.inc Parses a URL string into its path, query, and fragment components. 6
drupal_path_alias_whitelist_rebuild drupal/includes/path.inc Rebuild the path alias white list. 3
drupal_path_initialize drupal/includes/path.inc Initialize the $_GET['q'] variable to the proper normal path. 1
drupal_placeholder drupal/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 6
drupal_prepare_form drupal/includes/form.inc Prepares a structured form array. 7
drupal_pre_render_conditional_comments drupal/includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix. 1
drupal_pre_render_link drupal/includes/common.inc #pre_render callback to render a link into #markup. 1
drupal_pre_render_links drupal/includes/common.inc #pre_render callback that collects child links into a single array. 3
drupal_pre_render_markup drupal/includes/common.inc #pre_render callback to append contents in #markup to #children. 1
drupal_pre_render_styles drupal/includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered. 1
drupal_process_attached drupal/includes/common.inc Adds attachments to a render() structure. 3
drupal_process_form drupal/includes/form.inc Processes a form submission. 7
drupal_process_states drupal/includes/common.inc Adds JavaScript to change the state of an element based on another element. 1
drupal_random_bytes drupal/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 9
drupal_random_key drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). 12
drupal_realpath drupal/includes/file.inc Resolves the absolute filepath of a local URI or filepath. 47
drupal_rebuild_form drupal/includes/form.inc Constructs a new $form from the information in $form_state. 2
drupal_redirect_form drupal/includes/form.inc Redirects the user to a URL after a form has been processed. 2
drupal_region_class drupal/includes/common.inc Provides a standard HTML class name that identifies a page region. 2
drupal_register_shutdown_function drupal/includes/bootstrap.inc Registers a function for execution on shutdown. 13
drupal_render drupal/includes/common.inc Renders HTML given a structured array tree. 91 1
drupal_render_cache_by_query drupal/includes/common.inc Prepares an element for caching based on a query. 1
drupal_render_cache_get drupal/includes/common.inc Gets the rendered output of a renderable element from the cache. 2
drupal_render_cache_set drupal/includes/common.inc Caches the rendered output of a renderable element. 1
drupal_render_children drupal/includes/common.inc Renders children of an element and concatenates them. 31
drupal_render_cid_create drupal/includes/common.inc Creates the cache ID for a renderable element. 2
drupal_render_cid_parts drupal/includes/common.inc Returns cache ID parts for building a cache ID. 3
drupal_render_collect_attached drupal/includes/common.inc Collects #attached for an element and its children into a single array. 1
drupal_render_page drupal/includes/common.inc Renders the page, including all theming. 2
drupal_required_modules drupal/includes/module.inc Returns an array of modules required by core. 1
drupal_requirements_severity drupal/includes/install.inc Extracts the highest severity from the requirements array. 4
drupal_requirements_url drupal/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2

Pages

Other projects