|
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. |
|
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. |
|
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. |