Name Locationsort descending Description
ArchiverInterface::listContents core/includes/archiver.inc Lists all files in the archive.
authorize_filetransfer_form core/includes/authorize.inc Form constructor for the file transfer authorization form.
_authorize_filetransfer_connection_settings core/includes/authorize.inc Generates the Form API array for a given connection backend's settings.
_authorize_filetransfer_connection_settings_set_defaults core/includes/authorize.inc Sets the default settings on a file transfer connection form recursively.
authorize_filetransfer_form_validate core/includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_filetransfer_form_submit core/includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_run_operation core/includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation'].
authorize_get_filetransfer core/includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings.
batch_load core/includes/batch.inc Loads a batch from the database.
_batch_page core/includes/batch.inc Renders the batch processing page based on the current state of the batch.
_batch_do core/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser.
_batch_progress_page core/includes/batch.inc Outputs a batch processing page.
_batch_process core/includes/batch.inc Processes sets in a batch.
_batch_api_percentage core/includes/batch.inc Formats the percent completion for a batch set.
_batch_current_set core/includes/batch.inc Returns the batch set being currently processed.
_batch_next_set core/includes/batch.inc Retrieves the next set in a batch.
_batch_finished core/includes/batch.inc Ends the batch processing.
BatchQueue::claimItem core/includes/batch.queue.inc Overrides SystemQueue::claimItem().
BatchQueue::getAllItems core/includes/batch.queue.inc Retrieves all remaining items in the queue.
BatchMemoryQueue::claimItem core/includes/batch.queue.inc Overrides MemoryQueue::claimItem().
BatchMemoryQueue::getAllItems core/includes/batch.queue.inc Retrieves all remaining items in the queue.
backdrop_class_list core/includes/bootstrap.classes.inc Lists all the classes used by Backdrop core.
BackdropCacheArray::__construct core/includes/bootstrap.inc Constructs a BackdropCacheArray object.
BackdropCacheArray::offsetExists core/includes/bootstrap.inc
BackdropCacheArray::offsetGet core/includes/bootstrap.inc
BackdropCacheArray::offsetSet core/includes/bootstrap.inc
BackdropCacheArray::offsetUnset core/includes/bootstrap.inc
BackdropCacheArray::persist core/includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
BackdropCacheArray::resolveCacheMiss core/includes/bootstrap.inc Resolves a cache miss.
BackdropCacheArray::set core/includes/bootstrap.inc Writes a value to the persistent cache immediately.
BackdropCacheArray::__destruct core/includes/bootstrap.inc Destructs the BackdropCacheArray object.
timer_start core/includes/bootstrap.inc Starts the timer with the specified name.
timer_read core/includes/bootstrap.inc Reads the current timer value without stopping the timer.
timer_stop core/includes/bootstrap.inc Stops the timer with the specified name.
conf_path core/includes/bootstrap.inc Returns the appropriate configuration directory.
find_conf_path core/includes/bootstrap.inc Finds the appropriate configuration directory for a given host and path.
backdrop_override_server_variables core/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
backdrop_environment_initialize core/includes/bootstrap.inc Initializes the PHP environment.
backdrop_valid_http_host core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
backdrop_settings_initialize core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
backdrop_get_filename core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
variable_initialize Deprecated core/includes/bootstrap.inc Loads the persistent variable table.
settings_get core/includes/bootstrap.inc Returns a site-wide setting, usually specified via the settings.php file.
variable_get Deprecated core/includes/bootstrap.inc Returns a persistent variable.
variable_set Deprecated core/includes/bootstrap.inc Sets a persistent variable.
variable_del Deprecated core/includes/bootstrap.inc Unsets a persistent variable.
state_initialize core/includes/bootstrap.inc Loads the persistent state table.
state_get core/includes/bootstrap.inc Retrieves a "state" value from the database.
state_set core/includes/bootstrap.inc Sets a persistent state value.
state_del core/includes/bootstrap.inc Unsets a persistent state value.

Pages