Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
drupal_get_database_types drupal/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 3
drupal_get_css drupal/includes/common.inc Returns a themed representation of all stylesheets to attach to the page. 14
drupal_get_complete_schema drupal/includes/bootstrap.inc Gets the whole database schema. 2
drupal_get_breadcrumb drupal/includes/common.inc Gets the breadcrumb trail for the current page. 1
drupal_get_bootstrap_phase drupal/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 5
drupal_generate_test_ua drupal/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 3
drupal_form_submit drupal/includes/form.inc Retrieves, populates, and processes a form. 6
drupal_flush_all_caches drupal/includes/common.inc Flushes all cached data on the site. 13
drupal_find_theme_templates drupal/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates. 3
drupal_find_theme_functions drupal/includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions. 2
drupal_find_base_themes drupal/includes/theme.inc Find all the base themes for the specified theme. 3
drupal_file_scan_write_cache drupal/includes/bootstrap.inc Writes the file scan cache to the persistent cache. 2
drupal_fast_404 drupal/includes/bootstrap.inc Returns a simple 404 Not Found page. 1
drupal_explode_tags drupal/includes/common.inc Explodes a string of tags into an array. 6
drupal_exit drupal/includes/common.inc Performs end-of-request tasks. 22
drupal_error_levels drupal/includes/errors.inc Maps PHP error constants to watchdog severity levels. 1
drupal_environment_initialize drupal/includes/bootstrap.inc Initializes the PHP environment. 1
drupal_encode_path drupal/includes/common.inc Encodes a Drupal path for use in a URL. 3
drupal_dirname drupal/includes/file.inc Gets the name of the directory from a given path. 5
drupal_detect_database_types drupal/includes/install.inc Detects all supported databases that are compiled into PHP. 1
drupal_detect_baseurl drupal/includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_depth_first_search drupal/includes/graph.inc Performs a depth-first search and sort on a directed acyclic graph. 3
drupal_deliver_page drupal/includes/common.inc Delivers a page callback result to the browser in the appropriate format. 4
drupal_deliver_html_page drupal/includes/common.inc Packages and sends the result of a page callback to the browser as HTML. 2
drupal_delete_file_if_stale drupal/includes/common.inc Callback to delete files modified more than a set time ago. 2
drupal_current_script_url drupal/includes/install.inc Returns the URL of the current script, with modified query parameters. 2
drupal_cron_run drupal/includes/common.inc Executes a cron run when called. 8
drupal_cron_cleanup drupal/includes/common.inc DEPRECATED: Shutdown function: Performs cron cleanup.
drupal_convert_to_utf8 drupal/includes/unicode.inc Converts data to UTF-8. 2
drupal_common_theme drupal/includes/common.inc Provides theme registration for themes across .inc files. 1
drupal_clear_path_cache drupal/includes/path.inc Clear the path cache. 3
drupal_clear_opcode_cache drupal/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches. 1
drupal_clear_js_cache drupal/includes/common.inc Deletes old cached JavaScript files and variables. 1 1
drupal_clear_css_cache drupal/includes/common.inc Deletes old cached CSS files. 3 1
drupal_clean_css_identifier drupal/includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name). 2
drupal_chmod drupal/includes/file.inc Sets the permissions on a file or directory. 9
drupal_check_profile drupal/includes/install.inc Checks an installation profile's requirements. 1
drupal_check_module drupal/includes/install.inc Checks a module's requirements. 1
drupal_check_memory_limit drupal/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
drupal_check_incompatibility drupal/includes/common.inc Checks whether a version is compatible with a given dependency. 2
drupal_cache_system_paths drupal/includes/path.inc Cache system paths for a page. 1
drupal_build_js_cache drupal/includes/common.inc Aggregates JavaScript files into a cache file in the files directory. 2
drupal_build_form drupal/includes/form.inc Builds and process a form based on a form id. 3
drupal_build_css_cache drupal/includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory. 1
drupal_bootstrap drupal/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 16
drupal_block_denied drupal/includes/bootstrap.inc Handles denied users. 1
drupal_basename drupal/includes/file.inc Gets the filename from a given path. 32
drupal_base64_encode drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string. 1
drupal_autoload_trait drupal/includes/bootstrap.inc Confirms that a trait is available. 1 1
drupal_autoload_test_registry_files_alter drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Implements hook_registry_files_alter().

Pages

Other projects