Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
authorize_filetransfer_form_submit drupal/core/includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_run_operation drupal/core/includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation']. 1
authorize_get_filetransfer drupal/core/includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings. 3
ajax_render drupal/core/includes/ajax.inc Renders a commands array into JSON. 3 1
ajax_get_form drupal/core/includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback. 2
ajax_form_callback drupal/core/includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property. 1
ajax_base_page_theme drupal/core/includes/ajax.inc Theme callback: Returns the correct theme for an Ajax request. 4
ajax_prepare_response drupal/core/includes/ajax.inc Converts the return value of a page callback into an Ajax commands array. 2
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
ajax_pre_render_element drupal/core/includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript. 2
ajax_command_alert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'alert' command. 2
ajax_command_insert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. 2
ajax_command_replace drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command. 4
ajax_command_html drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/html' command. 4
ajax_command_prepend drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 4
ajax_command_append drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/append' command. 2
ajax_command_after drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/after' command. 1
ajax_command_before drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/before' command. 1
ajax_command_remove drupal/core/includes/ajax.inc Creates a Drupal Ajax 'remove' command. 1
ajax_command_changed drupal/core/includes/ajax.inc Creates a Drupal Ajax 'changed' command. 2
ajax_command_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'css' command. 1
ajax_command_settings drupal/core/includes/ajax.inc Creates a Drupal Ajax 'settings' command. 2
ajax_command_data drupal/core/includes/ajax.inc Creates a Drupal Ajax 'data' command. 3
ajax_command_invoke drupal/core/includes/ajax.inc Creates a Drupal Ajax 'invoke' command. 1
ajax_command_restripe drupal/core/includes/ajax.inc Creates a Drupal Ajax 'restripe' command. 1
ajax_command_add_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 2
authorize_access_denied_page drupal/core/authorize.php Renders a 403 access denied page for authorize.php. 1
authorize_access_allowed drupal/core/authorize.php Determines if the current user is allowed to run authorize.php. 1

Pages

Other projects