Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
ajax_command_restripe | includes/ |
Creates a Drupal Ajax 'restripe' command. | 1 | ||
ajax_command_settings | includes/ |
Creates a Drupal Ajax 'settings' command. | 2 | ||
ajax_command_update_build_id | includes/ |
Creates a Drupal Ajax 'update_build_id' command. | 1 | ||
ajax_deliver | includes/ |
Packages and sends the result of a page callback as an Ajax response. | 4 | ||
ajax_footer | includes/ |
Performs end-of-Ajax-request tasks. | 1 | ||
ajax_forms_test_advanced_commands_add_css_callback | modules/ |
Ajax callback for 'add_css'. | 1 | ||
ajax_forms_test_advanced_commands_after_callback | modules/ |
Ajax callback for 'after'. | 1 | ||
ajax_forms_test_advanced_commands_alert_callback | modules/ |
Ajax callback for 'alert'. | 1 | ||
ajax_forms_test_advanced_commands_append_callback | modules/ |
Ajax callback for 'append'. | 1 | ||
ajax_forms_test_advanced_commands_before_callback | modules/ |
Ajax callback for 'before'. | 1 | ||
ajax_forms_test_advanced_commands_changed_asterisk_callback | modules/ |
Ajax callback for 'changed' with asterisk marking inner div. | 1 | ||
ajax_forms_test_advanced_commands_changed_callback | modules/ |
Ajax callback for 'changed'. | 1 | ||
ajax_forms_test_advanced_commands_css_callback | modules/ |
Ajax callback for 'css'. | 1 | ||
ajax_forms_test_advanced_commands_data_callback | modules/ |
Ajax callback for 'data'. | 1 | ||
ajax_forms_test_advanced_commands_html_callback | modules/ |
Ajax callback for 'html'. | 1 | ||
ajax_forms_test_advanced_commands_insert_callback | modules/ |
Ajax callback for 'insert'. | 1 | ||
ajax_forms_test_advanced_commands_invoke_callback | modules/ |
Ajax callback for 'invoke'. | 1 | ||
ajax_forms_test_advanced_commands_prepend_callback | modules/ |
Ajax callback for 'prepend'. | 1 | ||
ajax_forms_test_advanced_commands_remove_callback | modules/ |
Ajax callback for 'remove'. | 1 | ||
ajax_forms_test_advanced_commands_restripe_callback | modules/ |
Ajax callback for 'restripe'. | 1 | ||
ajax_forms_test_advanced_commands_settings_callback | modules/ |
Ajax callback for 'settings'. | 1 | ||
ajax_forms_test_ajax_commands_form | modules/ |
Form to display the Ajax Commands. | 2 | ||
ajax_forms_test_lazy_load_form | modules/ |
Form builder: Builds a form that triggers a simple AJAX callback. | 3 | ||
ajax_forms_test_lazy_load_form_ajax | modules/ |
AJAX callback for the ajax_forms_test_lazy_load_form() form. | 1 | ||
ajax_forms_test_lazy_load_form_submit | modules/ |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. | 1 | ||
ajax_forms_test_menu | modules/ |
Implements hook_menu(). | |||
ajax_forms_test_simple_form | modules/ |
A basic form used to test form_state['values'] during callback. | 1 | ||
ajax_forms_test_simple_form_checkbox_callback | modules/ |
Ajax callback triggered by checkbox. | 1 | ||
ajax_forms_test_simple_form_select_callback | modules/ |
Ajax callback triggered by select. | 1 | ||
ajax_forms_test_validation_form | modules/ |
This form and its related submit and callback functions demonstrate not validating another form element when a single Ajax element is triggered. | 1 | ||
ajax_forms_test_validation_form_callback | modules/ |
Ajax callback for the 'drivertext' element of the validation form. | 1 | ||
ajax_forms_test_validation_form_submit | modules/ |
Submit handler for the validation form. | |||
ajax_form_callback | includes/ |
Menu callback; handles Ajax requests for the #ajax Form API property. | 1 | ||
ajax_get_form | includes/ |
Gets a form submitted via #ajax during an Ajax callback. | 2 | ||
ajax_prepare_response | includes/ |
Converts the return value of a page callback into an Ajax commands array. | 2 | ||
ajax_pre_render_element | includes/ |
Adds Ajax information about an element to communicate with JavaScript. | 2 | ||
ajax_process_form | includes/ |
Form element processing handler for the #ajax form property. | 1 | ||
ajax_render | includes/ |
Renders a commands array into JSON. | 1 | 1 | |
ajax_set_verification_header | includes/ |
Sets a response header for ajax.js to trust the response body. | 2 | ||
ajax_test_error | modules/ |
Menu callback; Returns Ajax element with #error property set. | 1 | ||
ajax_test_link | modules/ |
Menu callback; Renders a #type link with #ajax. | 1 | ||
ajax_test_menu | modules/ |
Implements hook_menu(). | |||
ajax_test_render | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). | 1 | ||
ajax_test_system_theme_info | modules/ |
Implements hook_system_theme_info(). | |||
anonymous_user_unblock_test_user_load | modules/ |
Implements hook_user_load(). | |||
archiver_get_archiver | includes/ |
Creates the appropriate archiver for the specified file. | 3 | ||
archiver_get_extensions | includes/ |
Returns a string of supported archive extensions. | 3 | ||
archiver_get_info | includes/ |
Retrieves a list of all available archivers. | 2 | ||
arg | includes/ |
Returns a component of the current Drupal path. | 31 | ||
authorize_access_allowed | ./ |
Determines if the current user is allowed to run authorize.php. | 1 |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.