Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DRUPAL_CRON_DEFAULT_THRESHOLD constant modules/system/system.module Default interval for automatic cron executions in seconds.
DRUPAL_CRON_DETAILED_LOGGING constant modules/system/system.module Detailed cron logging disabled by default.
drupal_cron_run function includes/common.inc Executes a cron run when called.
drupal_current_script_url function includes/install.inc Returns the URL of the current script, with modified query parameters.
drupal_delete_file_if_stale function includes/common.inc Callback to delete files modified more than a set time ago.
drupal_deliver_html_page function includes/common.inc Packages and sends the result of a page callback to the browser as HTML.
drupal_deliver_page function includes/common.inc Delivers a page callback result to the browser in the appropriate format.
drupal_depth_first_search function includes/graph.inc Performs a depth-first search and sort on a directed acyclic graph.
drupal_detect_baseurl function includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_detect_database_types function includes/install.inc Detects all supported databases that are compiled into PHP.
drupal_dirname function includes/file.inc Gets the name of the directory from a given path.
DRUPAL_DISABLED constant modules/system/system.module Disabled option on forms and settings
drupal_encode_path function includes/common.inc Encodes a Drupal path for use in a URL.
drupal_environment_initialize function includes/bootstrap.inc Initializes the PHP environment.
drupal_error_levels function includes/errors.inc Maps PHP error constants to watchdog severity levels.
drupal_exit function includes/common.inc Performs end-of-request tasks.
drupal_explode_tags function includes/common.inc Explodes a string of tags into an array.
drupal_fast_404 function includes/bootstrap.inc Returns a simple 404 Not Found page.
drupal_file_scan_write_cache function includes/bootstrap.inc Writes the file scan cache to the persistent cache.
drupal_find_base_themes function includes/theme.inc Find all the base themes for the specified theme.
drupal_find_theme_functions function includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions.
drupal_find_theme_templates function includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates.
drupal_flush_all_caches function includes/common.inc Flushes all cached data on the site.
drupal_form_submit function includes/form.inc Retrieves, populates, and processes a form.
drupal_generate_test_ua function includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest.
drupal_get_bootstrap_phase function includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process.
drupal_get_breadcrumb function includes/common.inc Gets the breadcrumb trail for the current page.
drupal_get_complete_schema function includes/bootstrap.inc Gets the whole database schema.
drupal_get_css function includes/common.inc Returns a themed representation of all stylesheets to attach to the page.
drupal_get_database_types function includes/install.inc Returns all supported database installer objects that are compiled into PHP.
drupal_get_destination function includes/common.inc Prepares a 'destination' URL query parameter for use with drupal_goto().
drupal_get_feeds function includes/common.inc Gets the feed URLs for the current page.
drupal_get_filename function includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
drupal_get_filetransfer_info function includes/common.inc Assembles the Drupal FileTransfer registry.
drupal_get_form function includes/form.inc Returns a renderable form array for a given form ID.
drupal_get_hash_salt function includes/bootstrap.inc Gets a salt useful for hardening against SQL injection.
drupal_get_html_head function includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
drupal_get_http_header function includes/bootstrap.inc Gets the HTTP response headers for the current page.
drupal_get_installed_schema_version function includes/install.inc Returns the currently installed schema version for a module.
drupal_get_js function includes/common.inc Returns a themed presentation of all JavaScript code for the current page.
drupal_get_library function includes/common.inc Retrieves information for a JavaScript/CSS library.
drupal_get_messages function includes/bootstrap.inc Returns all messages that have been set with drupal_set_message().
drupal_get_normal_path function includes/path.inc Given a path alias, return the internal path it represents.
drupal_get_path function includes/common.inc Returns the path to a system item (module, theme, etc.).
drupal_get_path_alias function includes/path.inc Given an internal Drupal path, return the alias set by the administrator.
drupal_get_private_key function includes/common.inc Ensures the private key variable used to generate tokens is set.
drupal_get_profile function includes/common.inc Gets the name of the currently active installation profile.
drupal_get_query_array function includes/common.inc Splits a URL-encoded query string into an array.
drupal_get_query_parameters function includes/common.inc Processes a URL query parameter array to remove unwanted elements.
drupal_get_rdf_namespaces function includes/common.inc Returns a string containing RDF namespace declarations for use in XML and
XHTML output.

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