Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 17
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.
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 4
drupal_add_http_header Deprecated drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 13
drupal_get_http_header Deprecated drupal/core/includes/bootstrap.inc Gets the HTTP response headers for the current page. 3
_drupal_set_preferred_header_name Deprecated drupal/core/includes/bootstrap.inc Sets the preferred name for the HTTP header. 2
drupal_send_headers Deprecated drupal/core/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 1
drupal_page_header Deprecated 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,614 59
format_string drupal/core/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders. 331
check_plain drupal/core/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML. 255 14
drupal_validate_utf8 drupal/core/includes/bootstrap.inc Checks whether a string is valid UTF-8.
request_uri drupal/core/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 8
watchdog_exception drupal/core/includes/bootstrap.inc Logs an exception. 12
watchdog drupal/core/includes/bootstrap.inc Logs a system message. 115 4
drupal_set_message drupal/core/includes/bootstrap.inc Sets a message to display to the user. 270
drupal_get_messages drupal/core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 5
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. 76
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. 11
drupal_handle_request drupal/core/includes/bootstrap.inc Handles an entire PHP request. 3
drupal_get_user_timezone drupal/core/includes/bootstrap.inc Returns the time zone of the current user. 15
drupal_get_hash_salt drupal/core/includes/bootstrap.inc Gets a salt useful for hardening against SQL injection. 9
_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_get_bootstrap_phase drupal/core/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 3
drupal_container Deprecated drupal/core/includes/bootstrap.inc Retrieves the Drupal Container to standardize object construction. 12
module_list Deprecated drupal/core/includes/bootstrap.inc Returns the list of enabled modules.
module_implements Deprecated drupal/core/includes/bootstrap.inc Determines which modules are implementing a hook. 60 5
module_invoke Deprecated drupal/core/includes/bootstrap.inc Invokes a hook in a particular module. 46
module_invoke_all Deprecated drupal/core/includes/bootstrap.inc Invokes a hook in all enabled modules that implement it. 86
drupal_alter Deprecated drupal/core/includes/bootstrap.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 73 1
module_exists Deprecated drupal/core/includes/bootstrap.inc Determines whether a given module exists. 92
module_hook Deprecated drupal/core/includes/bootstrap.inc Determines whether a module implements a hook. 7
drupal_valid_test_ua drupal/core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 16
_drupal_load_test_overrides drupal/core/includes/bootstrap.inc Overrides low-level and environment-specific configuration. 1
drupal_generate_test_ua drupal/core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 3
drupal_maintenance_theme drupal/core/includes/bootstrap.inc Enables use of the theme system without requiring database access. 6
drupal_installation_attempted drupal/core/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 6

Pages

Other projects