Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
aggregator_form_feed_validate | modules/ |
Form validation handler for aggregator_form_feed(). | |||
aggregator_form_opml | modules/ |
Form constructor for importing feeds from OPML. | 1 | ||
aggregator_form_opml_submit | modules/ |
Form submission handler for aggregator_form_opml(). | |||
aggregator_form_opml_validate | modules/ |
Form validation handler for aggregator_form_opml(). | |||
aggregator_help | modules/ |
Implements hook_help(). | |||
aggregator_menu | modules/ |
Implements hook_menu(). | |||
aggregator_page_categories | modules/ |
Page callback: Displays all the categories used by the Aggregator module. | 1 | ||
aggregator_page_category | modules/ |
Page callback: Displays all the items aggregated in a particular category. | 1 | 1 | |
aggregator_page_category_form | modules/ |
Page callback: Displays a form containing items aggregated in a category. | 1 | ||
aggregator_page_last | modules/ |
Page callback: Displays the most recent items gathered from any feed. | 1 | ||
aggregator_page_opml | modules/ |
Page callback: Generates an OPML representation of all feeds. | 1 | ||
aggregator_page_rss | modules/ |
Page callback: Generates an RSS 0.92 feed of aggregator items or categories. | 1 | ||
aggregator_page_source | modules/ |
Page callback: Displays all the items captured from the particular feed. | 1 | 1 | |
aggregator_page_sources | modules/ |
Page callback: Displays all the feeds used by the aggregator. | 1 | ||
aggregator_page_source_form | modules/ |
Page callback: Displays a form with all items captured from a feed. | 1 | ||
aggregator_parse_feed | modules/ |
Parses a feed and stores its items. | 1 | ||
aggregator_parse_w3cdtf | modules/ |
Parses the W3C date/time format, a subset of ISO 8601. | 1 | ||
aggregator_permission | modules/ |
Implements hook_permission(). | |||
aggregator_refresh | modules/ |
Checks a news feed for new items. | 5 | 2 | |
aggregator_remove | modules/ |
Removes all items from a feed. | 1 | ||
aggregator_sanitize_configuration | modules/ |
Checks and sanitizes the aggregator configuration. | 1 | ||
aggregator_save_category | modules/ |
Adds/edits/deletes aggregator categories. | 3 | ||
aggregator_save_feed | modules/ |
Add/edit/delete an aggregator feed. | 3 | ||
aggregator_save_item | modules/ |
Adds/edits/deletes an aggregator item. | 1 | ||
aggregator_schema | modules/ |
Implements hook_schema(). | |||
aggregator_test_feed | modules/ |
Page callback. Generates a test feed and simulates last-modified and etags. | 1 | ||
aggregator_test_menu | modules/ |
Implements hook_menu(). | |||
aggregator_theme | modules/ |
Implements hook_theme(). | |||
aggregator_uninstall | modules/ |
Implements hook_uninstall(). | |||
aggregator_update_7000 | modules/ |
Add hash column to aggregator_feed table. | |||
aggregator_update_7001 | modules/ |
Add aggregator teaser length to settings from old global default teaser length | |||
aggregator_update_7002 | modules/ |
Add queued timestamp. | |||
aggregator_update_7003 | modules/ |
Increase the length of {aggregator_feed}.url. | |||
aggregator_update_7004 | modules/ |
Add index on timestamp. | |||
aggregator_view | modules/ |
Displays the aggregator administration page. | 1 | ||
ajax_base_page_theme | includes/ |
Theme callback for Ajax requests. | 2 | ||
ajax_command_add_css | includes/ |
Creates a Drupal Ajax 'add_css' command. | 2 | ||
ajax_command_after | includes/ |
Creates a Drupal Ajax 'insert/after' command. | 1 | ||
ajax_command_alert | includes/ |
Creates a Drupal Ajax 'alert' command. | 2 | ||
ajax_command_append | includes/ |
Creates a Drupal Ajax 'insert/append' command. | 2 | ||
ajax_command_before | includes/ |
Creates a Drupal Ajax 'insert/before' command. | 1 | ||
ajax_command_changed | includes/ |
Creates a Drupal Ajax 'changed' command. | 2 | ||
ajax_command_css | includes/ |
Creates a Drupal Ajax 'css' command. | 1 | ||
ajax_command_data | includes/ |
Creates a Drupal Ajax 'data' command. | 3 | ||
ajax_command_html | includes/ |
Creates a Drupal Ajax 'insert/html' command. | 3 | ||
ajax_command_insert | includes/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. | 2 | ||
ajax_command_invoke | includes/ |
Creates a Drupal Ajax 'invoke' command. | 2 | ||
ajax_command_prepend | includes/ |
Creates a Drupal Ajax 'insert/prepend' command. | 5 | ||
ajax_command_remove | includes/ |
Creates a Drupal Ajax 'remove' command. | 1 | ||
ajax_command_replace | includes/ |
Creates a Drupal Ajax 'insert/replaceWith' command. | 1 |
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.