Search for drupal_

  1. Search 9.5.x for drupal_
  2. Search 8.9.x for drupal_
  3. Search 10.3.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
drupal_override_server_variables function includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
drupal_page_footer function includes/common.inc Performs end-of-request tasks.
drupal_page_get_cache function includes/bootstrap.inc Retrieves the current page from the cache.
drupal_page_header function includes/bootstrap.inc Sets HTTP headers in preparation for a page response.
drupal_page_is_cacheable function includes/bootstrap.inc Determines the cacheability of the current page.
drupal_page_set_cache function includes/common.inc Stores the current page in the cache.
drupal_parse_dependency function includes/common.inc Parses a dependency for comparison by drupal_check_incompatibility().
drupal_parse_info_file function includes/common.inc Parses Drupal module and theme .info files.
drupal_parse_info_format function includes/common.inc Parses data in Drupal's .info format.
drupal_parse_url function includes/common.inc Parses a URL string into its path, query, and fragment components.
drupal_path_alias_whitelist_rebuild function includes/path.inc Rebuild the path alias white list.
drupal_path_initialize function includes/path.inc Initialize the $_GET['q'] variable to the proper normal path.
DRUPAL_PHP_FUNCTION_PATTERN constant includes/bootstrap.inc Regular expression to match PHP function names.
drupal_placeholder function includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence.
drupal_prepare_form function includes/form.inc Prepares a structured form array.
drupal_pre_render_conditional_comments function includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix.
drupal_pre_render_link function includes/common.inc #pre_render callback to render a link into #markup.
drupal_pre_render_links function includes/common.inc #pre_render callback that collects child links into a single array.
drupal_pre_render_markup function includes/common.inc #pre_render callback to append contents in #markup to #children.
drupal_pre_render_scripts function includes/common.inc The #pre_render callback for the "scripts" element.
drupal_pre_render_styles function includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered.
drupal_process_attached function includes/common.inc Adds attachments to a render() structure.
drupal_process_form function includes/form.inc Processes a form submission.
drupal_process_states function includes/common.inc Adds JavaScript to change the state of an element based on another element.
drupal_random_bytes function includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range).
drupal_random_key function includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
drupal_realpath function includes/file.inc Resolves the absolute filepath of a local URI or filepath.
drupal_rebuild_form function includes/form.inc Constructs a new $form from the information in $form_state.
drupal_redirect_form function includes/form.inc Redirects the user to a URL after a form has been processed.
drupal_region_class function includes/common.inc Provides a standard HTML class name that identifies a page region.
drupal_register_shutdown_function function includes/bootstrap.inc Registers a function for execution on shutdown.
drupal_render function includes/common.inc Renders HTML given a structured array tree.
drupal_render_cache_by_query function includes/common.inc Prepares an element for caching based on a query.
drupal_render_cache_get function includes/common.inc Gets the rendered output of a renderable element from the cache.
drupal_render_cache_set function includes/common.inc Caches the rendered output of a renderable element.
drupal_render_children function includes/common.inc Renders children of an element and concatenates them.
drupal_render_cid_create function includes/common.inc Creates the cache ID for a renderable element.
drupal_render_cid_parts function includes/common.inc Returns cache ID parts for building a cache ID.
drupal_render_collect_attached function includes/common.inc Collects #attached for an element and its children into a single array.
drupal_render_page function includes/common.inc Renders the page, including all theming.
DRUPAL_REQUIRED constant modules/system/system.module Required option on forms and settings
drupal_required_modules function includes/module.inc Returns an array of modules required by core.
drupal_requirements_severity function includes/install.inc Extracts the highest severity from the requirements array.
drupal_requirements_url function includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
drupal_retrieve_form function includes/form.inc Retrieves the structured array that defines a given form.
drupal_rewrite_settings function includes/install.inc Replaces values in settings.php with values in the submitted array.
drupal_rmdir function includes/file.inc Removes a directory.
DRUPAL_ROOT constant ./cron.php Root directory of Drupal installation.
DRUPAL_ROOT constant ./xmlrpc.php Root directory of Drupal installation.
DRUPAL_ROOT constant ./index.php Root directory of Drupal installation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.