[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/aggregator/ -> aggregator.pages.inc (summary)

(no description)

File Size: 490 lines (18 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 20 functions

  aggregator_page_last()
  aggregator_page_source()
  aggregator_page_category()
  aggregator_feed_items_load()
  _aggregator_page_list()
  aggregator_categorize_items()
  aggregator_categorize_items_validate()
  aggregator_categorize_items_submit()
  theme_aggregator_categorize_items()
  template_preprocess_aggregator_wrapper()
  template_preprocess_aggregator_item()
  aggregator_page_sources()
  aggregator_page_categories()
  aggregator_page_rss()
  theme_aggregator_page_rss()
  aggregator_page_opml()
  theme_aggregator_page_opml()
  template_preprocess_aggregator_summary_items()
  template_preprocess_aggregator_summary_item()
  template_preprocess_aggregator_feed_source()

Functions
Functions that are not part of a class:

aggregator_page_last()   X-Ref
Menu callback; displays the most recent items gathered from any feed.

return:

aggregator_page_source($arg1, $arg2 = NULL)   X-Ref
Menu callback; displays all the items captured from a particular feed.

If there are two arguments then this function is the categorize form.

param: $arg1
param: $arg2
return:

aggregator_page_category($arg1, $arg2 = NULL)   X-Ref
Menu callback; displays all the items aggregated in a particular category.

If there are two arguments then this function is called as a form.

param: $arg1
param: $arg2
return:

aggregator_feed_items_load($sql)   X-Ref
Load feed items by passing a SQL query.

param: $sql
return:

_aggregator_page_list($items, $op, $feed_source = '')   X-Ref
Prints an aggregator page listing a number of feed items.

Various menu callbacks use this function to print their feeds.

param: $items
param: $op
param: $feed_source
return:

aggregator_categorize_items($items, $feed_source = '')   X-Ref
Form builder; build the page list form.

param: $items
param: $feed_source
return:

aggregator_categorize_items_validate($form, &$form_state)   X-Ref
Validate aggregator_categorize_items form submissions.


aggregator_categorize_items_submit($form, &$form_state)   X-Ref
Process aggregator_categorize_items form submissions.


theme_aggregator_categorize_items($form)   X-Ref
Theme the page list form for assigning categories.

param: $form
return:

template_preprocess_aggregator_wrapper(&$variables)   X-Ref
Process variables for aggregator-wrapper.tpl.php.


template_preprocess_aggregator_item(&$variables)   X-Ref
Process variables for aggregator-item.tpl.php.


aggregator_page_sources()   X-Ref
Menu callback; displays all the feeds used by the aggregator.


aggregator_page_categories()   X-Ref
Menu callback; displays all the categories used by the aggregator.


aggregator_page_rss()   X-Ref
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.


theme_aggregator_page_rss($feeds, $category = NULL)   X-Ref
Theme the RSS output.

param: $feeds
param: $category

aggregator_page_opml($cid = NULL)   X-Ref
Menu callback; generates an OPML representation of all feeds.

param: $cid
return:

theme_aggregator_page_opml($feeds)   X-Ref
Theme the OPML feed output.

param: $feeds

template_preprocess_aggregator_summary_items(&$variables)   X-Ref
Process variables for aggregator-summary-items.tpl.php.


template_preprocess_aggregator_summary_item(&$variables)   X-Ref
Process variables for aggregator-summary-item.tpl.php.


template_preprocess_aggregator_feed_source(&$variables)   X-Ref
Process variables for aggregator-feed-source.tpl.php.




Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7