Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
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
_drupal_get_filename_perform_file_scan drupal/includes/bootstrap.inc Performs a file system scan to search for a system resource. 1
_drupal_get_filename_fallback_trigger_error drupal/includes/bootstrap.inc Triggers a user-level warning for missing or unexpectedly moved files. 1
_drupal_trigger_error_with_delayed_logging drupal/includes/bootstrap.inc Invokes trigger_error() with logging delayed until the end of the request. 1 1
drupal_file_scan_write_cache drupal/includes/bootstrap.inc Writes the file scan cache to the persistent cache. 2
drupal_random_key drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). 12
drupal_base64_encode drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string. 1
drupal_autoload_trait drupal/includes/bootstrap.inc Confirms that a trait is available. 1 1
drupal_check_memory_limit drupal/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
drupal_clear_opcode_cache drupal/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches. 1
batch_load drupal/includes/batch.inc Loads a batch from the database. 2
_batch_page drupal/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_start drupal/includes/batch.inc Initializes the batch processing. 1
_batch_progress_page_js drupal/includes/batch.inc Outputs a batch processing page with JavaScript support. 1
_batch_do drupal/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser. 1
_batch_progress_page_nojs drupal/includes/batch.inc Outputs a batch processing page without JavaScript support. 2
_batch_process drupal/includes/batch.inc Processes sets in a batch. 3
_batch_api_percentage drupal/includes/batch.inc Formats the percent completion for a batch set. 2
_batch_current_set drupal/includes/batch.inc Returns the batch set being currently processed. 4
_batch_next_set drupal/includes/batch.inc Retrieves the next set in a batch. 1
_batch_finished drupal/includes/batch.inc Ends the batch processing. 2
_batch_shutdown drupal/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
authorize_filetransfer_form drupal/includes/authorize.inc Form constructor for the file transfer authorization form. 1
_authorize_filetransfer_connection_settings drupal/includes/authorize.inc Generates the Form API array for a given connection backend's settings. 1
_authorize_filetransfer_connection_settings_set_defaults drupal/includes/authorize.inc Sets the default settings on a file transfer connection form recursively. 1
authorize_filetransfer_form_validate drupal/includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_filetransfer_form_submit drupal/includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_run_operation drupal/includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation']. 1
authorize_get_filetransfer drupal/includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings. 3
ajax_render drupal/includes/ajax.inc Renders a commands array into JSON. 1 1
ajax_get_form drupal/includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback. 2
ajax_form_callback drupal/includes/ajax.inc Menu callback; handles Ajax requests for the #ajax Form API property. 1
ajax_base_page_theme drupal/includes/ajax.inc Theme callback for Ajax requests. 2
ajax_deliver drupal/includes/ajax.inc Packages and sends the result of a page callback as an Ajax response. 4
ajax_prepare_response drupal/includes/ajax.inc Converts the return value of a page callback into an Ajax commands array. 2
ajax_footer drupal/includes/ajax.inc Performs end-of-Ajax-request tasks. 1

Pages

Other projects