Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
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
drupal_is_denied drupal/includes/bootstrap.inc Checks to see if an IP address has been blocked. 1
drupal_block_denied drupal/includes/bootstrap.inc Handles denied users. 1
drupal_random_bytes drupal/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 9
drupal_hmac_base64 drupal/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hmac. 9
drupal_hash_base64 drupal/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hash. 28
drupal_array_merge_deep drupal/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 4
drupal_array_merge_deep_array drupal/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 4
drupal_anonymous_user drupal/includes/bootstrap.inc Generates a default anonymous $user object. 12
drupal_bootstrap drupal/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 16
drupal_get_user_timezone drupal/includes/bootstrap.inc Returns the time zone of the current user. 4
drupal_get_hash_salt drupal/includes/bootstrap.inc Gets a salt useful for hardening against SQL injection. 8
_drupal_error_handler drupal/includes/bootstrap.inc Provides custom PHP error handling. 2 2
_drupal_exception_handler drupal/includes/bootstrap.inc Provides custom PHP exception handling. 2
_drupal_bootstrap_configuration drupal/includes/bootstrap.inc Sets up the script environment and loads settings.php. 1
_drupal_bootstrap_page_cache drupal/includes/bootstrap.inc Attempts to serve a page from the cache. 1
_drupal_bootstrap_database drupal/includes/bootstrap.inc Initializes the database system and registers autoload functions. 1
_drupal_bootstrap_variables drupal/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules. 1
_drupal_bootstrap_page_header drupal/includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers. 1
drupal_get_bootstrap_phase drupal/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 5
drupal_valid_test_ua drupal/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 8
drupal_generate_test_ua drupal/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 3
drupal_maintenance_theme drupal/includes/bootstrap.inc Enables use of the theme system without requiring database access. 5
drupal_fast_404 drupal/includes/bootstrap.inc Returns a simple 404 Not Found page. 1
drupal_installation_attempted drupal/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 6
get_t drupal/includes/bootstrap.inc Returns the name of the proper localization function. 19
drupal_language_initialize drupal/includes/bootstrap.inc Initializes all the defined language types. 7
drupal_language_types drupal/includes/bootstrap.inc Returns a list of the built-in language types. 5
drupal_multilingual drupal/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 8
language_types drupal/includes/bootstrap.inc Returns an array of the available language types. 5 6
language_list drupal/includes/bootstrap.inc Returns a list of installed languages, indexed by the specified key. 47 14
language_default drupal/includes/bootstrap.inc Returns the default language, as an object, or one of its properties. 26 9
request_path drupal/includes/bootstrap.inc Returns the requested URL path of the page being viewed. 3
arg drupal/includes/bootstrap.inc Returns a component of the current Drupal path. 28
ip_address drupal/includes/bootstrap.inc Returns the IP address of the client machine. 20 4
drupal_get_schema drupal/includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema. 27

Pages

Other projects