Contains filters are case sensitive
Name Locationsort descending Description
authorize_access_allowed ./authorize.php Determines if the current user is allowed to run authorize.php.
authorize_access_denied_page ./authorize.php Renders a 403 access denied page for authorize.php.
actions_redirect includes/actions.inc Redirect the user after an action has been performed.
actions_execute includes/actions.inc Executes a single action.
actions_get_info includes/actions.inc Retrieves a single action's info by its name, or all actions
ajax_footer includes/ajax.inc Performs end-of-Ajax-request tasks.
ajax_process_form includes/ajax.inc Form element processing handler for the #ajax form property.
ajax_command_settings includes/ajax.inc Creates a Backdrop Ajax 'settings' command.
ajax_command_insert includes/ajax.inc Creates a Backdrop Ajax 'insert' command using the method in #ajax['method'].
ajax_deliver_dialog includes/ajax.inc Delivers the content of a page as a dialog.
ajax_command_alert includes/ajax.inc Creates a Backdrop Ajax 'alert' command.
ajax_base_page_theme includes/ajax.inc Theme callback: Returns the correct theme for an Ajax request.
ajax_command_update_build_id includes/ajax.inc Creates a Backdrop Ajax 'update_build_id' command.
ajax_command_changed includes/ajax.inc Creates a Backdrop Ajax 'changed' command.
ajax_command_open_modal_dialog includes/ajax.inc Provides an AJAX command to open content in a modal dialog.
ajax_command_open_dialog includes/ajax.inc Provides an AJAX command to open content in a dialog.
ajax_command_css includes/ajax.inc Creates a Backdrop Ajax 'css' command.
ajax_command_close_dialog includes/ajax.inc Provides an AJAX command to close an open dialog.
ajax_command_html includes/ajax.inc Creates a Backdrop Ajax 'insert/html' command.
ajax_command_replace includes/ajax.inc Creates a Backdrop Ajax 'insert/replaceWith' command.
ajax_command_data includes/ajax.inc Creates a Backdrop Ajax 'data' command.
ajax_command_prepend includes/ajax.inc Creates a Backdrop Ajax 'insert/prepend' command.
ajax_command_add_css includes/ajax.inc Creates a Backdrop Ajax 'addCss' command.
ajax_command_invoke includes/ajax.inc Creates a Backdrop Ajax 'invoke' command.
ajax_command_after includes/ajax.inc Creates a Backdrop Ajax 'insert/after' command.
ajax_command_close_modal_dialog includes/ajax.inc Provides a shortcut command for closing a modal dialog.
ajax_command_redirect includes/ajax.inc Provides an AJAX command to set the window.location, loading that URL.
ajax_command_before includes/ajax.inc Creates a Backdrop Ajax 'insert/before' command.
ajax_set_verification_header includes/ajax.inc Sets a response header for ajax.js to trust the response body.
ajax_command_set_dialog_title includes/ajax.inc Provides an AJAX command that sets a dialog title.
ajax_command_append includes/ajax.inc Creates a Backdrop Ajax 'insert/append' command.
ajax_form_callback includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property.
ajax_prepare_response includes/ajax.inc Converts the return value of a page callback into an Ajax commands array.
ajax_command_set_dialog_option includes/ajax.inc Provides an AJAX command that sets jQuery UI dialog properties.
ajax_command_restripe includes/ajax.inc Creates a Backdrop Ajax 'restripe' command.
ajax_get_form includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback.
ajax_pre_render_element includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript.
ajax_render includes/ajax.inc Renders a commands array into JSON.
ajax_command_remove includes/ajax.inc Creates a Backdrop Ajax 'remove' command.
ajax_deliver includes/ajax.inc Packages and sends the result of a page callback as an Ajax response.
authorize_get_filetransfer includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings.
authorize_run_operation includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation'].
authorize_filetransfer_form_submit includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_filetransfer_form_validate includes/authorize.inc Form validation handler for authorize_filetransfer_form().
_authorize_filetransfer_connection_settings_set_defaults includes/authorize.inc Sets the default settings on a file transfer connection form recursively.
_authorize_filetransfer_connection_settings includes/authorize.inc Generates the Form API array for a given connection backend's settings.
authorize_filetransfer_form includes/authorize.inc Form constructor for the file transfer authorization form.
_batch_finished includes/batch.inc Ends the batch processing.
_batch_next_set includes/batch.inc Retrieves the next set in a batch.
_batch_current_set includes/batch.inc Returns the batch set being currently processed.

Pages