Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_get_private_key includes/common.inc Ensure the private key variable used to generate tokens is set. 1
drupal_get_schema_versions includes/install.inc Returns an array of available schema versions for a module. 5
drupal_get_title includes/path.inc Get the title of the current page, for display on the page and in the title bar. 6
drupal_get_token includes/common.inc Generate a token based on $value, the current user session and private key. 1
drupal_goto includes/common.inc Send the user to a different Drupal page. 29 1
drupal_help modules/drupal/drupal.module Implementation of hook_help(). 1
drupal_http_request includes/common.inc Perform an HTTP request. 2
drupal_info modules/drupal/drupal.module Implementation of hook_info().
drupal_init_path includes/path.inc Initialize the $_GET['q'] variable to the proper normal path.
drupal_install modules/drupal/drupal.install Implementation of hook_install().
drupal_install_fix_file includes/install.inc Attempt to fix file permissions.
drupal_install_mkdir includes/install.inc Create a directory with specified permissions.
drupal_install_modules includes/install.inc Calls the install function and updates the system table for a given list of modules. 2
drupal_install_profile includes/install.inc Install a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile(). 1
drupal_install_profile_name includes/install.inc Loads the profile definition, extracting the profile's defined name. 3
drupal_is_denied includes/bootstrap.inc Perform an access check for a given mask and rule type. Rules are usually created via admin/user/rules page.
drupal_is_front_page includes/path.inc Check if the current page is the front page. 1
drupal_load includes/bootstrap.inc Includes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once. 5
drupal_load_updates includes/install.inc Initialize the update system by loading all installed module's .install files. 2
drupal_login modules/drupal/drupal.module Callback function from drupal_xmlrpc() for authenticating remote clients. 2
drupal_lookup_path includes/path.inc Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE. 1
drupal_mail includes/common.inc Send an e-mail message, using Drupal variables and default settings. More information in the PHP function reference for mail() 4
drupal_maintenance_theme includes/bootstrap.inc Enables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API… 10
drupal_map_assoc includes/common.inc Form an associative array from a linear array. 14
drupal_menu modules/drupal/drupal.module Implementation of hook_menu().
drupal_notify modules/drupal/drupal.module Sends a ping to the Drupal directory server. 1
drupal_not_found includes/common.inc Generates a 404 error if the request can not be handled. 16
drupal_page_cache_header includes/bootstrap.inc Set HTTP headers in preparation for a cached page response.
drupal_page_footer includes/common.inc Perform end-of-request tasks. 1
drupal_page_header includes/bootstrap.inc Set HTTP headers in preparation for a page response. 1
drupal_page_help modules/drupal/drupal.module Menu callback; print Drupal-authentication-specific information from user/help. 1
drupal_prepare_form includes/form.inc Prepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering. 2
drupal_process_form includes/form.inc This function is the heart of form API. The form gets built, validated and in appropriate cases, submitted. 2
drupal_query_string_encode includes/common.inc Parse an array into a valid urlencoded query string. 3
drupal_redirect_form includes/form.inc Redirect the user to a URL after a form has been processed. 1
drupal_render includes/common.inc Renders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view(). 34
drupal_render_form includes/form.inc Renders a structured form array into themed HTML. 1
drupal_requirements_severity includes/install.inc Extract highest severity from requirements array. 2
drupal_retrieve_form includes/form.inc Retrieves the structured array that defines a given form. 2
drupal_rewrite_settings includes/install.inc Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file. 1
drupal_set_breadcrumb includes/common.inc Set the breadcrumb trail for the current page. 2
drupal_set_content includes/common.inc Set content for a specified region. 2
drupal_set_header includes/common.inc Set an HTTP response header for the current page. 15
drupal_set_html_head includes/common.inc Add output to the head tag of the HTML page. This function can be called as long the headers aren't sent. 7
drupal_set_installed_schema_version includes/install.inc Update the installed version information for a module. 5
drupal_set_message includes/bootstrap.inc Set a message which reflects the status of the performed operation. 108
drupal_set_title includes/path.inc Set the title of the current page, for display on the page and in the title bar. 50
drupal_sites_registry_settings modules/drupal/drupal.module 1
drupal_site_offline includes/common.inc Generates a site off-line message
drupal_strlen includes/unicode.inc Count the amount of characters in a UTF-8 string. This is less than or equal to the byte count. 2

Pages

Other projects