Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
drupal_valid_http_host drupal/core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 2
unicode_check drupal/core/includes/bootstrap.inc Checks for Unicode support in PHP and sets the proper settings if possible. 3
drupal_settings_initialize drupal/core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_get_filename drupal/core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 9
variable_initialize drupal/core/includes/bootstrap.inc Loads the persistent variable table. 2
variable_get drupal/core/includes/bootstrap.inc Returns a persistent variable. 233 1
variable_set drupal/core/includes/bootstrap.inc Sets a persistent variable. 121
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 26
drupal_page_get_cache drupal/core/includes/bootstrap.inc Retrieves the current page from the cache. 2
drupal_page_is_cacheable drupal/core/includes/bootstrap.inc Determines the cacheability of the current page. 5
bootstrap_invoke_all drupal/core/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it. 3
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 15
drupal_add_http_header drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 14
drupal_get_http_header drupal/core/includes/bootstrap.inc Gets the HTTP response headers for the current page. 3
_drupal_set_preferred_header_name drupal/core/includes/bootstrap.inc Sets the preferred name for the HTTP header. 3
drupal_send_headers drupal/core/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 3
drupal_page_header drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a page response. 1
drupal_serve_page_from_cache drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response. 3
bootstrap_hooks drupal/core/includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded. 1
t drupal/core/includes/bootstrap.inc Translates a string to the current language or to a given language. 2,423 57
format_string drupal/core/includes/bootstrap.inc Replaces placeholders with sanitized values in a string. 281 1
check_plain drupal/core/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML. 262 15
drupal_validate_utf8 drupal/core/includes/bootstrap.inc Checks whether a string is valid UTF-8. 1
request_uri drupal/core/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 11
watchdog_exception drupal/core/includes/bootstrap.inc Logs an exception. 9
watchdog drupal/core/includes/bootstrap.inc Logs a system message. 124 4
drupal_set_message drupal/core/includes/bootstrap.inc Sets a message to display to the user. 264
drupal_get_messages drupal/core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 6
drupal_get_title drupal/core/includes/bootstrap.inc Gets the title of the current page. 9
drupal_set_title drupal/core/includes/bootstrap.inc Sets the title of the current page. 81
drupal_random_bytes drupal/core/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 8
drupal_hmac_base64 drupal/core/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hmac. 6
drupal_hash_base64 drupal/core/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hash. 20
drupal_get_hash_salt drupal/core/includes/bootstrap.inc Gets a salt useful for hardening against SQL injection. 6
drupal_array_merge_deep drupal/core/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 3
drupal_array_merge_deep_array drupal/core/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 2
drupal_anonymous_user drupal/core/includes/bootstrap.inc Generates a default anonymous $user object. 10
drupal_bootstrap drupal/core/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 14
drupal_get_user_timezone drupal/core/includes/bootstrap.inc Returns the time zone of the current user. 8
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
_drupal_bootstrap_configuration drupal/core/includes/bootstrap.inc Sets up the script environment and loads settings.php. 1
_drupal_bootstrap_kernel drupal/core/includes/bootstrap.inc Initialize the kernel / service container. 1
_drupal_bootstrap_page_cache drupal/core/includes/bootstrap.inc Attempts to serve a page from the cache. 1
_drupal_initialize_db_test_prefix drupal/core/includes/bootstrap.inc In a test environment, get the test db prefix and set it in $databases. 1
_drupal_bootstrap_database drupal/core/includes/bootstrap.inc Initializes the database system by loading database.inc. 1
_drupal_bootstrap_variables drupal/core/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules. 1
_drupal_bootstrap_page_header drupal/core/includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers. 1
drupal_get_bootstrap_phase drupal/core/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 3
drupal_container drupal/core/includes/bootstrap.inc Retrieves the Drupal Container to standardize object construction. 10

Pages

Other projects