Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ajax_forms_test_menu | function | modules/ |
Implements hook_menu(). |
ajax_forms_test_simple_form | function | modules/ |
A basic form used to test form_state['values'] during callback. |
ajax_forms_test_simple_form_checkbox_callback | function | modules/ |
Ajax callback triggered by checkbox. |
ajax_forms_test_simple_form_select_callback | function | modules/ |
Ajax callback triggered by select. |
ajax_forms_test_validation_form | function | modules/ |
This form and its related submit and callback functions demonstrate not validating another form element when a single Ajax element is triggered. |
ajax_forms_test_validation_form_callback | function | modules/ |
Ajax callback for the 'drivertext' element of the validation form. |
ajax_forms_test_validation_form_submit | function | modules/ |
Submit handler for the validation form. |
ajax_form_callback | function | includes/ |
Menu callback; handles Ajax requests for the #ajax Form API property. |
ajax_get_form | function | includes/ |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_prepare_response | function | includes/ |
Converts the return value of a page callback into an Ajax commands array. |
ajax_pre_render_element | function | includes/ |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_process_form | function | includes/ |
Form element processing handler for the #ajax form property. |
ajax_render | function | includes/ |
Renders a commands array into JSON. |
ajax_set_verification_header | function | includes/ |
Sets a response header for ajax.js to trust the response body. |
ajax_test.info | file | modules/ |
name = AJAX Test description = Support module for AJAX framework tests. package = Testing version = VERSION core = 7.x hidden = TRUE |
ajax_test.module | file | modules/ |
Helper module for Ajax framework tests. |
ajax_test_error | function | modules/ |
Menu callback; Returns Ajax element with #error property set. |
ajax_test_link | function | modules/ |
Menu callback; Renders a #type link with #ajax. |
ajax_test_menu | function | modules/ |
Implements hook_menu(). |
ajax_test_render | function | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). |
ajax_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
AnnounceFeedTestInvalidJsonTestCase | class | modules/ |
Tests the announcements feed with invalid JSON URLs. |
AnnounceFeedTestInvalidJsonTestCase::$invalidJson | property | modules/ |
A test endpoint which returns invalid JSON. |
AnnounceFeedTestInvalidJsonTestCase::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
AnnounceFeedTestInvalidJsonTestCase::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
AnnounceFeedTestInvalidJsonTestCase::$unknownJson | property | modules/ |
A test endpoint which does not exist. |
AnnounceFeedTestInvalidJsonTestCase::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestInvalidJsonTestCase::getInfo | function | modules/ |
|
AnnounceFeedTestInvalidJsonTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestInvalidJsonTestCase::testInvalidFeedResponse | function | modules/ |
Test the announcements feed with invalid JSON or non-existing JSON URL. |
AnnounceFeedTestRelevantVersion | class | modules/ |
Unit test for version compatibility functions. |
AnnounceFeedTestRelevantVersion::getInfo | function | modules/ |
|
AnnounceFeedTestRelevantVersion::setUp | function | modules/ |
Sets up unit test environment. |
AnnounceFeedTestRelevantVersion::testIsRelevantItem | function | modules/ |
Test for validating the announcements_feed_is_relevant_item function. |
AnnounceFeedTestSanitizationTestCase | class | modules/ |
Tests the announcements feed with malicious content. |
AnnounceFeedTestSanitizationTestCase::$hackedJson | property | modules/ |
A test endpoint which contains the malicious content. |
AnnounceFeedTestSanitizationTestCase::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestSanitizationTestCase::getInfo | function | modules/ |
|
AnnounceFeedTestSanitizationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestSanitizationTestCase::testSanitizedFeedResponse | function | modules/ |
Test the announcements feed with malicious content. |
AnnounceFeedTestValidateJsonFeed | class | modules/ |
Tests for validating JSON feed with different JSON URLs. |
AnnounceFeedTestValidateJsonFeed::$emptyJson | property | modules/ |
A test endpoint which displays an empty JSON. |
AnnounceFeedTestValidateJsonFeed::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
AnnounceFeedTestValidateJsonFeed::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
AnnounceFeedTestValidateJsonFeed::$updatedJson | property | modules/ |
A test endpoint which include the new/updated feeds. |
AnnounceFeedTestValidateJsonFeed::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestValidateJsonFeed::getInfo | function | modules/ |
|
AnnounceFeedTestValidateJsonFeed::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestValidateJsonFeed::testAnnounceFeedEmpty | function | modules/ |
Check the status of the feed with an empty JSON feed. |
AnnounceFeedTestValidateJsonFeed::testAnnounceFeedUpdatedAndRemoved | function | modules/ |
Testing the feed with Updated and Removed JSON feeds. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.