authorize_access_denied_page |
core/authorize.php |
Renders a 403 access denied page for authorize.php. |
authorize_access_allowed |
core/authorize.php |
Determines if the current user is allowed to run authorize.php. |
actions_get_info |
core/includes/actions.inc |
Retrieves a single action's info by its name, or all actions |
actions_execute |
core/includes/actions.inc |
Executes a single action. |
actions_redirect |
core/includes/actions.inc |
Redirect the user after an action has been performed. |
ajax_render |
core/includes/ajax.inc |
Renders a commands array into JSON. |
ajax_get_form |
core/includes/ajax.inc |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_form_callback |
core/includes/ajax.inc |
Page callback: Handles Ajax requests for the #ajax Form API property. |
ajax_base_page_theme |
core/includes/ajax.inc |
Theme callback: Returns the correct theme for an Ajax request. |
ajax_deliver |
core/includes/ajax.inc |
Packages and sends the result of a page callback as an Ajax response. |
ajax_deliver_dialog |
core/includes/ajax.inc |
Delivers the content of a page as a dialog. |
ajax_prepare_response |
core/includes/ajax.inc |
Converts the return value of a page callback into an Ajax commands array. |
ajax_footer |
core/includes/ajax.inc |
Performs end-of-Ajax-request tasks. |
ajax_process_form |
core/includes/ajax.inc |
Form element processing handler for the #ajax form property. |
ajax_pre_render_element |
core/includes/ajax.inc |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_command_alert |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'alert' command. |
ajax_command_insert |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert' command using the method in #ajax['method']. |
ajax_command_replace |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/replaceWith' command. |
ajax_command_html |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/html' command. |
ajax_command_prepend |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/prepend' command. |
ajax_command_append |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/append' command. |
ajax_command_after |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/after' command. |
ajax_command_before |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/before' command. |
ajax_command_remove |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'remove' command. |
ajax_command_changed |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'changed' command. |
ajax_command_css |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'css' command. |
ajax_command_settings |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'settings' command. |
ajax_command_data |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'data' command. |
ajax_command_invoke |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'invoke' command. |
ajax_command_restripe |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'restripe' command. |
ajax_command_open_dialog |
core/includes/ajax.inc |
Provides an AJAX command to open content in a dialog. |
ajax_command_open_modal_dialog |
core/includes/ajax.inc |
Provides an AJAX command to open content in a modal dialog. |
ajax_command_close_dialog |
core/includes/ajax.inc |
Provides an AJAX command to close an open dialog. |
ajax_command_close_modal_dialog |
core/includes/ajax.inc |
Provides a shortcut command for closing a modal dialog. |
ajax_command_set_dialog_option |
core/includes/ajax.inc |
Provides an AJAX command that sets jQuery UI dialog properties. |
ajax_command_set_dialog_title |
core/includes/ajax.inc |
Provides an AJAX command that sets a dialog title. |
ajax_command_redirect |
core/includes/ajax.inc |
Provides an AJAX command to set the window.location, loading that URL. |
ajax_command_update_build_id |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'update_build_id' command. |
ajax_command_add_css |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'addCss' command. |
ajax_set_verification_header |
core/includes/ajax.inc |
Sets a response header for ajax.js to trust the response body. |
AnonymousUser::id |
core/includes/anonymous.inc |
Provides the UID for consistency with User entities. |
AnonymousUser::label |
core/includes/anonymous.inc |
Provides the anonymous user name for consistency with User entities. |
AnonymousUser::uri |
core/includes/anonymous.inc |
Provides the anonymous user URI for consistency with User entities. |
AnonymousUser::__construct |
core/includes/anonymous.inc |
Constructor for an anonymous user object. |
AnonymousUser::createAccess |
core/includes/anonymous.inc |
Provides anonymous user createAccess for consistency with User entities. |
AnonymousUser::access |
core/includes/anonymous.inc |
Provides anonymous user access for consistency with User entities. |
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. |