Search for d
Title | Object type | File name | Summary |
---|---|---|---|
aggregator_category_load | function | modules/ |
Loads an aggregator category. |
aggregator_element_data | function | modules/ |
Performs an action when data is encountered. |
aggregator_element_end | function | modules/ |
Performs an action when a closing tag is encountered. |
aggregator_feed_items_load | function | modules/ |
Loads and optionally filters feed items. |
aggregator_feed_load | function | modules/ |
Loads an aggregator feed. |
aggregator_form_aggregator_admin_form_alter | function | modules/ |
Implements hook_form_aggregator_admin_form_alter(). |
aggregator_form_category_validate | function | modules/ |
Form validation handler for aggregator_form_category(). |
aggregator_form_feed | function | modules/ |
Form constructor for adding and editing feed sources. |
aggregator_form_feed_submit | function | modules/ |
Form submission handler for aggregator_form_feed(). |
aggregator_form_feed_validate | function | modules/ |
Form validation handler for aggregator_form_feed(). |
aggregator_form_opml_validate | function | modules/ |
Form validation handler for aggregator_form_opml(). |
aggregator_parse_feed | function | modules/ |
Parses a feed and stores its items. |
aggregator_parse_w3cdtf | function | modules/ |
Parses the W3C date/time format, a subset of ISO 8601. |
aggregator_save_feed | function | modules/ |
Add/edit/delete an aggregator feed. |
aggregator_test.module | file | modules/ |
|
aggregator_test_feed | function | modules/ |
Page callback. Generates a test feed and simulates last-modified and etags. |
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. |
Ajax framework commands | group | includes/ |
Functions to create various Ajax commands. |
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. |
AJAXFormPageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
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. |
AJAXTestCase::assertCommand | function | modules/ |
Assert that a command with the required properties exists within the array of Ajax commands returned by the server. |
ajax_command_add_css | function | includes/ |
Creates a Drupal Ajax 'add_css' command. |
ajax_command_after | function | includes/ |
Creates a Drupal Ajax 'insert/after' command. |
ajax_command_alert | function | includes/ |
Creates a Drupal Ajax 'alert' command. |
ajax_command_append | function | includes/ |
Creates a Drupal Ajax 'insert/append' command. |
ajax_command_before | function | includes/ |
Creates a Drupal Ajax 'insert/before' command. |
ajax_command_changed | function | includes/ |
Creates a Drupal Ajax 'changed' command. |
ajax_command_css | function | includes/ |
Creates a Drupal Ajax 'css' command. |
ajax_command_data | function | includes/ |
Creates a Drupal Ajax 'data' command. |
ajax_command_html | function | includes/ |
Creates a Drupal Ajax 'insert/html' command. |
ajax_command_insert | function | includes/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
ajax_command_invoke | function | includes/ |
Creates a Drupal Ajax 'invoke' command. |
ajax_command_prepend | function | includes/ |
Creates a Drupal Ajax 'insert/prepend' command. |
ajax_command_remove | function | includes/ |
Creates a Drupal Ajax 'remove' command. |
ajax_command_replace | function | includes/ |
Creates a Drupal Ajax 'insert/replaceWith' command. |
ajax_command_restripe | function | includes/ |
Creates a Drupal Ajax 'restripe' command. |
ajax_command_settings | function | includes/ |
Creates a Drupal Ajax 'settings' command. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.