Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| aggregator_parse_w3cdtf | function | modules/ |
Parses the W3C date/time format, a subset of ISO 8601. |
| aggregator_permission | function | modules/ |
Implements hook_permission(). |
| aggregator_refresh | function | modules/ |
Checks a news feed for new items. |
| aggregator_remove | function | modules/ |
Removes all items from a feed. |
| aggregator_sanitize_configuration | function | modules/ |
Checks and sanitizes the aggregator configuration. |
| aggregator_save_category | function | modules/ |
Adds/edits/deletes aggregator categories. |
| aggregator_save_feed | function | modules/ |
Add/edit/delete an aggregator feed. |
| aggregator_save_item | function | modules/ |
Adds/edits/deletes an aggregator item. |
| aggregator_schema | function | modules/ |
Implements hook_schema(). |
| aggregator_test.info | file | modules/ |
name = "Aggregator module tests" description = "Support module for aggregator related testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| aggregator_test.module | file | modules/ |
|
| aggregator_test_feed | function | modules/ |
Page callback. Generates a test feed and simulates last-modified and etags. |
| aggregator_test_menu | function | modules/ |
Implements hook_menu(). |
| aggregator_theme | function | modules/ |
Implements hook_theme(). |
| aggregator_uninstall | function | modules/ |
Implements hook_uninstall(). |
| aggregator_update_7000 | function | modules/ |
Add hash column to aggregator_feed table. |
| aggregator_update_7001 | function | modules/ |
Add aggregator teaser length to settings from old global default teaser length |
| aggregator_update_7002 | function | modules/ |
Add queued timestamp. |
| aggregator_update_7003 | function | modules/ |
Increase the length of {aggregator_feed}.url. |
| aggregator_update_7004 | function | modules/ |
Add index on timestamp. |
| aggregator_view | function | modules/ |
Displays the aggregator administration page. |
| Ajax framework | group | includes/ |
Functions for Drupal's Ajax framework. |
| Ajax framework commands | group | includes/ |
Functions to create various Ajax commands. |
| ajax.inc | file | includes/ |
Functions for use with Drupal's Ajax framework. |
| ajax.test | file | modules/ |
|
| AJAXCommandsTestCase | class | modules/ |
Tests Ajax framework commands. |
| AJAXCommandsTestCase::getInfo | function | modules/ |
|
| AJAXCommandsTestCase::testAJAXCommands | function | modules/ |
Test the various Ajax Commands. |
| AJAXElementValidation | class | modules/ |
Miscellaneous Ajax tests using ajax_test module. |
| AJAXElementValidation::getInfo | function | modules/ |
|
| AJAXElementValidation::testAJAXElementValidation | function | modules/ |
Try to post an Ajax change to a form that has a validated element. |
| AJAXElementValidation::testAJAXPathWithoutData | function | modules/ |
Try to open default Ajax callback without passing required data. |
| AJAXFormPageCacheTestCase | class | modules/ |
Test Ajax forms when page caching for anonymous users is turned on. |
| AJAXFormPageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| AJAXFormPageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
| AJAXFormPageCacheTestCase::getInfo | function | modules/ |
|
| AJAXFormPageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| AJAXFormPageCacheTestCase::testSimpleAJAXFormValue | function | modules/ |
Create a simple form, then POST to system/ajax to change to it. |
| AJAXFormValuesTestCase | class | modules/ |
Test that $form_state['values'] is properly delivered to $ajax['callback']. |
| AJAXFormValuesTestCase::$web_user | property | modules/ |
|
| AJAXFormValuesTestCase::getInfo | function | modules/ |
|
| AJAXFormValuesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| AJAXFormValuesTestCase::testSimpleAJAXFormValue | function | modules/ |
Create a simple form, then POST to system/ajax to change to it. |
| AJAXFrameworkTestCase | class | modules/ |
Tests primary Ajax framework functions. |
| AJAXFrameworkTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| AJAXFrameworkTestCase::getInfo | function | modules/ |
|
| AJAXFrameworkTestCase::testAJAXRender | function | modules/ |
Test that ajax_render() returns JavaScript settings generated during the page request. |
| AJAXFrameworkTestCase::testAJAXRenderError | function | modules/ |
Test behavior of ajax_render_error(). |
| AJAXFrameworkTestCase::testLazyLoad | function | modules/ |
Test that new JavaScript and CSS files added during an AJAX request are returned. |
| AJAXFrameworkTestCase::testLazyLoadOverriddenCSS | function | modules/ |
Tests that overridden CSS files are not added during lazy load. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.