Functions

NameLocationDescription
aggregator_form_feed_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed() form submissions.
aggregator_form_opmlmodules/aggregator/aggregator.admin.incForm builder; Generate a form to import feeds from OPML.
aggregator_form_opml_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_opml form submissions.
aggregator_form_opml_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_opml form submissions.
aggregator_helpmodules/aggregator/aggregator.moduleImplements hook_help().
aggregator_initmodules/aggregator/aggregator.moduleImplements hook_init().
aggregator_menumodules/aggregator/aggregator.moduleImplements hook_menu().
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_categorymodules/aggregator/aggregator.pages.incMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastmodules/aggregator/aggregator.pages.incMenu callback; displays the most recent items gathered from any feed.
aggregator_page_opmlmodules/aggregator/aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcemodules/aggregator/aggregator.pages.incMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feedmodules/aggregator/aggregator.parser.incParse a feed and store its items.
aggregator_parse_w3cdtfmodules/aggregator/aggregator.parser.incParse the W3C date/time format, a subset of ISO 8601.
aggregator_permissionmodules/aggregator/aggregator.moduleImplements hook_permission().
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removemodules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_sanitize_configurationmodules/aggregator/aggregator.moduleCheck and sanitize aggregator configuration.
aggregator_save_categorymodules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feedmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemmodules/aggregator/aggregator.processor.incAdd/edit/delete an aggregator item.
aggregator_schemamodules/aggregator/aggregator.installImplements hook_schema().
aggregator_test_feedmodules/aggregator/tests/aggregator_test.modulePage callback. Generates a test feed and simulates last-modified and etags.
aggregator_test_menumodules/aggregator/tests/aggregator_test.moduleImplements hook_menu().
aggregator_thememodules/aggregator/aggregator.moduleImplements hook_theme().
aggregator_uninstallmodules/aggregator/aggregator.installImplements hook_uninstall().
aggregator_update_7000modules/aggregator/aggregator.installAdd hash column to aggregator_feed table.
aggregator_update_7001modules/aggregator/aggregator.installAdd aggregator teaser length to settings from old global default teaser length
aggregator_update_7002modules/aggregator/aggregator.installAdd queued timestamp.
aggregator_viewmodules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
ajax_command_afterincludes/ajax.incCreates a Drupal AJAX 'insert/after' command.
ajax_command_alertincludes/ajax.incCreates a Drupal AJAX 'alert' command.
ajax_command_appendincludes/ajax.incCreates a Drupal AJAX 'insert/append' command.
ajax_command_beforeincludes/ajax.incCreates a Drupal AJAX 'insert/before' command.
ajax_command_changedincludes/ajax.incCreates a Drupal AJAX 'changed' command.
ajax_command_cssincludes/ajax.incCreates a Drupal AJAX 'css' command.
ajax_command_dataincludes/ajax.incCreates a Drupal AJAX 'data' command.
ajax_command_htmlincludes/ajax.incCreates a Drupal AJAX 'insert/html' command.
ajax_command_prependincludes/ajax.incCreates a Drupal AJAX 'insert/prepend' command.
ajax_command_removeincludes/ajax.incCreates a Drupal AJAX 'remove' command.
ajax_command_replaceincludes/ajax.incCreates a Drupal AJAX 'insert/replaceWith' command.
ajax_command_restripeincludes/ajax.incCreates a Drupal AJAX 'restripe' command.
ajax_command_settingsincludes/ajax.incCreates a Drupal AJAX 'settings' command.
ajax_deliverincludes/ajax.incPackage and send the result of a page callback to the browser as an AJAX response.
ajax_footerincludes/ajax.incPerform end-of-AJAX-request tasks.
ajax_forms_test_advanced_commands_after_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'after'.
ajax_forms_test_advanced_commands_alert_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'alert'.
ajax_forms_test_advanced_commands_append_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'append'.