drupal_add_feed

Functions that call drupal_add_feed()

Namesort iconLocationDescription
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.
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
drupal_add_feedincludes/common.incAdd a feed URL for the current page.
drupal_get_feedsincludes/common.incGet the feed URLs for the current page.
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
template_preprocess_forumsmodules/forum/forum.moduleProcess variables for forums.tpl.php

Functions called by drupal_add_feed()

Namesort iconLocationDescription
drupal_add_feedincludes/common.incAdd a feed URL for the current page.
drupal_add_linkincludes/common.incAdd a <link> tag to the page's HEAD.
themeincludes/theme.incGenerate the themed output.
 
 

Drupal is a registered trademark of Dries Buytaert.