Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
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
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_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_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
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
get_t drupal/core/includes/bootstrap.inc Returns the name of the proper localization function. 28
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types and sets the default langcode. 8
language_types_get_all drupal/core/includes/bootstrap.inc Returns an array of the available language types. 5
language_types_get_default drupal/core/includes/bootstrap.inc Returns a list of the built-in language types. 6
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. 5
language_load drupal/core/includes/bootstrap.inc Loads a language object from the database. 41
language_name drupal/core/includes/bootstrap.inc Produced the printed name for a language for display. 4
language_is_locked drupal/core/includes/bootstrap.inc Checks if a language is locked. 4
_language_resolved_path drupal/core/includes/bootstrap.inc Stores or retrieves the path derived during language negotiation.
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. 12
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 12
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. 159
drupal_static_reset drupal/core/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 106
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 3
drupal_placeholder drupal/core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 5
drupal_register_shutdown_function drupal/core/includes/bootstrap.inc Registers a function for execution on shutdown. 10
drupal_check_memory_limit drupal/core/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4

Pages

Other projects