Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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
drupal_get_complete_schema drupal/includes/bootstrap.inc Gets the whole database schema. 2
drupal_autoload_interface drupal/includes/bootstrap.inc Confirms that an interface is available. 1 2
drupal_autoload_class drupal/includes/bootstrap.inc Confirms that a class is available. 1 2
_registry_check_code drupal/includes/bootstrap.inc Checks for a resource in the registry. 5
registry_rebuild drupal/includes/bootstrap.inc Rescans all enabled modules and rebuilds the registry. 2
registry_update drupal/includes/bootstrap.inc Updates the registry based on the latest files listed in the database. 3
drupal_static drupal/includes/bootstrap.inc Provides central static variable storage. 184
drupal_static_reset drupal/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 111
drupal_is_cli drupal/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 4
drupal_placeholder drupal/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 6
drupal_register_shutdown_function drupal/includes/bootstrap.inc Registers a function for execution on shutdown. 13
_drupal_shutdown_function drupal/includes/bootstrap.inc Executes registered shutdown functions. 1
drupal_is_https drupal/includes/bootstrap.inc Checks whether an HTTPS request is being served. 1
_drupal_get_filename_fallback drupal/includes/bootstrap.inc Performs a cached file system scan as a fallback when searching for a file. 1
_drupal_file_scan_cache drupal/includes/bootstrap.inc Returns the current list of cached file system scan results. 4 3

Pages

Other projects