Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
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
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
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_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
drupal_valid_test_ua drupal/core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 14
drupal_generate_test_ua drupal/core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 4
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. 5
get_t drupal/core/includes/bootstrap.inc Returns the name of the proper localization function. 22
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types. 11
language_types_get_all drupal/core/includes/bootstrap.inc Returns an array of the available language types. 6
language_types_get_default drupal/core/includes/bootstrap.inc Returns a list of the built-in language types. 5
language_multilingual drupal/core/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 16
language_default_locked_languages drupal/core/includes/bootstrap.inc Returns a list of the default locked languages. 3
language_load drupal/core/includes/bootstrap.inc Loads a language object from the database. 35
language_name drupal/core/includes/bootstrap.inc Produced the printed name for a language for display. 5
language_is_locked drupal/core/includes/bootstrap.inc Checks if a language is locked. 3
request_path drupal/core/includes/bootstrap.inc Returns the requested URL path of the page being viewed. 2
_current_path drupal/core/includes/bootstrap.inc @todo This is a temporary function pending refactoring Drupal to use Symfony's Request object exclusively. 10
arg drupal/core/includes/bootstrap.inc Returns a component of the current Drupal path. 27
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 11
drupal_classloader_register drupal/core/includes/bootstrap.inc Registers an additional namespace. 3
drupal_static drupal/core/includes/bootstrap.inc Provides central static variable storage. 187
drupal_static_reset drupal/core/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 100
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 4

Pages

Other projects