Name Locationsort ascending Description
language_name core/includes/bootstrap.inc Produced the printed name for a language for display.
language_default core/includes/bootstrap.inc Returns the default language used on the site.
request_path core/includes/bootstrap.inc Returns the requested URL path of the page being viewed.
arg core/includes/bootstrap.inc Returns a component of the current Backdrop path.
ip_address core/includes/bootstrap.inc Returns the IP address of the client machine.
backdrop_get_schema core/includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema.
backdrop_is_litespeed core/includes/bootstrap.inc Checks whether Backdrop is running under LiteSpeed.
SchemaCache::__construct core/includes/bootstrap.inc Constructs a SchemaCache object.
SchemaCache::resolveCacheMiss core/includes/bootstrap.inc Overrides BackdropCacheArray::resolveCacheMiss().
backdrop_get_complete_schema core/includes/bootstrap.inc Gets the whole database schema.
backdrop_autoload core/includes/bootstrap.inc Confirms that a class is available.
backdrop_static core/includes/bootstrap.inc Provides central static variable storage.
backdrop_static_reset core/includes/bootstrap.inc Resets one or all centrally stored static variable(s).
backdrop_is_cli core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment.
backdrop_is_html core/includes/bootstrap.inc Detects if this is an HTML HTTP request.
backdrop_is_ajax core/includes/bootstrap.inc Detects if this is an AJAX HTTP request.
backdrop_is_dialog core/includes/bootstrap.inc Detects if this is a dialog HTTP request.
backdrop_is_background core/includes/bootstrap.inc Stores if Backdrop is currently being executed in the background.
backdrop_placeholder core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence.
backdrop_register_shutdown_function core/includes/bootstrap.inc Registers a function for execution on shutdown.
_backdrop_shutdown_function core/includes/bootstrap.inc Executes registered shutdown functions.
backdrop_check_memory_limit core/includes/bootstrap.inc Compares the memory required for an operation to the available memory.
backdrop_clear_opcode_cache core/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
backdrop_class_list core/includes/bootstrap.classes.inc Lists all the classes used by Backdrop core.
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.
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.
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.
ArchiverInterface::__construct core/includes/archiver.inc Constructs a new archiver instance.
ArchiverInterface::add core/includes/archiver.inc Adds the specified file or directory to the archive.
ArchiverInterface::remove core/includes/archiver.inc Removes the specified file from the archive.
ArchiverInterface::extract core/includes/archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents core/includes/archiver.inc Lists all files in the archive.
AnonymousUser::id core/includes/anonymous.inc Provides the UID for consistency with User entities.

Pages