Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
aggregator_save_item drupal/core/modules/aggregator/aggregator.processor.inc Adds/edits/deletes an aggregator item. 1
aggregator_schema drupal/core/modules/aggregator/aggregator.install Implements hook_schema().
aggregator_test_feed drupal/core/modules/aggregator/tests/aggregator_test.module Page callback. Generates a test feed and simulates last-modified and etags. 1
aggregator_test_menu drupal/core/modules/aggregator/tests/aggregator_test.module Implements hook_menu().
aggregator_theme drupal/core/modules/aggregator/aggregator.module Implements hook_theme().
aggregator_view drupal/core/modules/aggregator/aggregator.admin.inc Displays the aggregator administration page. 1
aggregrator_update_8000 drupal/core/modules/aggregator/aggregator.install Moves aggregator settings from variables to config.
ajax_base_page_theme drupal/core/includes/ajax.inc Theme callback: Returns the correct theme for an Ajax request. 4
ajax_command_add_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 2
ajax_command_after drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/after' command. 1
ajax_command_alert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'alert' command. 2
ajax_command_append drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/append' command. 2
ajax_command_before drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/before' 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_data drupal/core/includes/ajax.inc Creates a Drupal Ajax 'data' command. 3
ajax_command_html drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/html' command. 4
ajax_command_insert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. 2
ajax_command_invoke drupal/core/includes/ajax.inc Creates a Drupal Ajax 'invoke' command. 1
ajax_command_prepend drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 4
ajax_command_remove drupal/core/includes/ajax.inc Creates a Drupal Ajax 'remove' command. 1
ajax_command_replace drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command. 4
ajax_command_restripe drupal/core/includes/ajax.inc Creates a Drupal Ajax 'restripe' command. 1
ajax_command_settings drupal/core/includes/ajax.inc Creates a Drupal Ajax 'settings' command. 2
ajax_forms_test_advanced_commands_add_css_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'. 1
ajax_forms_test_advanced_commands_after_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1
ajax_forms_test_advanced_commands_alert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'. 1
ajax_forms_test_advanced_commands_append_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'. 1
ajax_forms_test_advanced_commands_before_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'. 1
ajax_forms_test_advanced_commands_changed_asterisk_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div. 1
ajax_forms_test_advanced_commands_changed_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'. 1
ajax_forms_test_advanced_commands_css_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'. 1
ajax_forms_test_advanced_commands_data_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'. 1
ajax_forms_test_advanced_commands_html_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'. 1
ajax_forms_test_advanced_commands_insert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'. 1
ajax_forms_test_advanced_commands_invoke_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'. 1
ajax_forms_test_advanced_commands_prepend_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'. 1
ajax_forms_test_advanced_commands_remove_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'. 1
ajax_forms_test_advanced_commands_restripe_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'. 1
ajax_forms_test_advanced_commands_settings_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'. 1
ajax_forms_test_ajax_commands_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for the Ajax Command display form. 2
ajax_forms_test_lazy_load_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback. 3
ajax_forms_test_lazy_load_form_ajax drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. 1
ajax_forms_test_lazy_load_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submit handler: Adds JavaScript and CSS that wasn't on the original form. 1
ajax_forms_test_menu drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Implements hook_menu().
ajax_forms_test_simple_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Tests form_state['values'] during callback. 1
ajax_forms_test_validation_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for AJAX validation form. 1
ajax_forms_test_validation_form_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form. 1
ajax_forms_test_validation_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submission handler for ajax_forms_test_validation_form().
ajax_form_callback drupal/core/includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property. 1

Pages

Other projects