Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
authorize_run_operation drupal/includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation']. 1
authorize_get_filetransfer drupal/includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings. 3
batch_load drupal/includes/batch.inc Loads a batch from the database. 2
_batch_page drupal/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_start drupal/includes/batch.inc Initializes the batch processing. 1
_batch_progress_page_js drupal/includes/batch.inc Outputs a batch processing page with JavaScript support. 1
_batch_do drupal/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser. 1
_batch_progress_page_nojs drupal/includes/batch.inc Outputs a batch processing page without JavaScript support. 2
_batch_process drupal/includes/batch.inc Processes sets in a batch. 3
_batch_api_percentage drupal/includes/batch.inc Formats the percent completion for a batch set. 2
_batch_current_set drupal/includes/batch.inc Returns the batch set being currently processed. 4
_batch_next_set drupal/includes/batch.inc Retrieves the next set in a batch. 1
_batch_finished drupal/includes/batch.inc Ends the batch processing. 2
_batch_shutdown drupal/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
timer_start drupal/includes/bootstrap.inc Starts the timer with the specified name. 5
timer_read drupal/includes/bootstrap.inc Reads the current timer value without stopping the timer. 4
timer_stop drupal/includes/bootstrap.inc Stops the timer with the specified name. 1
conf_path drupal/includes/bootstrap.inc Returns the appropriate configuration directory. 24 3
drupal_override_server_variables drupal/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_environment_initialize drupal/includes/bootstrap.inc Initializes the PHP environment. 1
drupal_valid_http_host drupal/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 2
drupal_settings_initialize drupal/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_get_filename drupal/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 12 1
variable_initialize drupal/includes/bootstrap.inc Loads the persistent variable table. 3
variable_get drupal/includes/bootstrap.inc Returns a persistent variable. 639 1
variable_set drupal/includes/bootstrap.inc Sets a persistent variable. 387
variable_del drupal/includes/bootstrap.inc Unsets a persistent variable. 81
drupal_page_get_cache drupal/includes/bootstrap.inc Retrieves the current page from the cache. 1
drupal_page_is_cacheable drupal/includes/bootstrap.inc Determines the cacheability of the current page. 5
bootstrap_invoke_all drupal/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it. 3
drupal_load drupal/includes/bootstrap.inc Includes a file with the provided type and name. 16
drupal_add_http_header drupal/includes/bootstrap.inc Sets an HTTP response header for the current page. 24
drupal_get_http_header drupal/includes/bootstrap.inc Gets the HTTP response headers for the current page. 5
_drupal_set_preferred_header_name drupal/includes/bootstrap.inc Sets the preferred name for the HTTP header. 3
drupal_send_headers drupal/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 4
drupal_page_header drupal/includes/bootstrap.inc Sets HTTP headers in preparation for a page response. 2
drupal_serve_page_from_cache drupal/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response. 2
bootstrap_hooks drupal/includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded. 1
drupal_unpack drupal/includes/bootstrap.inc Unserializes and appends elements from a serialized string.
t drupal/includes/bootstrap.inc Translates a string to the current language or to a given language. 1,903 28
format_string drupal/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders. 253 1
check_plain drupal/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML. 188 10
drupal_validate_utf8 drupal/includes/bootstrap.inc Checks whether a string is valid UTF-8. 1
request_uri drupal/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 13
watchdog_exception drupal/includes/bootstrap.inc Logs an exception. 14
watchdog drupal/includes/bootstrap.inc Logs a system message. 124 9
drupal_set_message drupal/includes/bootstrap.inc Sets a message to display to the user. 267
drupal_get_messages drupal/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 6
drupal_get_title drupal/includes/bootstrap.inc Gets the title of the current page. 8
drupal_set_title drupal/includes/bootstrap.inc Sets the title of the current page. 67

Pages

Other projects