Search for items

Files

NameLocationDescription
modules/aggregator/aggregator-summary-items.tpl.phpmodules/aggregator/aggregator-summary-items.tpl.phpaggregator-summary-items.tpl.php Default theme implementation to present feeds as list items.

Functions & methods

NameLocationDescription
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_categorize_items_validatemodules/aggregator/aggregator.pages.incValidate aggregator_categorize_items form submissions.
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoad feed items by passing a SQL query.
template_preprocess_aggregator_summary_itemsmodules/aggregator/aggregator.pages.incProcess variables for aggregator-summary-items.tpl.php.
theme_aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incTheme the page list form for assigning categories.
theme_aggregator_summary_itemsdeveloper/theme.phpImplemented using the aggregator-summary-items.tpl.php template.
view::get_items_per_pageincludes/view.incGet the items per page from the pager.
view::set_items_per_pageincludes/view.incSet the items per page on the pager.
views_db_object::get_itemsincludes/view.incGet an array of items for the current display.
views_handler_field_prerender_list::get_itemshandlers/views_handler_field_prerender_list.incReturn an array of items for the field.
views_handler_field_prerender_list::render_itemshandlers/views_handler_field_prerender_list.incRender all items in this field together.
views_plugin_pager::get_items_per_pageplugins/views_plugin_pager.incGet how many items per page this pager will display.
views_plugin_pager::get_total_itemsplugins/views_plugin_pager.incGet the total number of items.
views_plugin_pager::items_per_page_exposedplugins/views_plugin_pager.inc
views_plugin_pager::set_items_per_pageplugins/views_plugin_pager.incSet how many items per page this pager will display.
views_plugin_pager_full::items_per_page_exposedplugins/views_plugin_pager_full.inc
views_plugin_pager_none::get_items_per_pageplugins/views_plugin_pager_none.incGet how many items per page this pager will display.
_aggregator_itemsmodules/aggregator/aggregator.moduleHelper function for drupal_map_assoc.

Globals

NameLocationDescription
$itemsdeveloper/globals.phpArray of items used by aggregator.
$pager_total_itemsdeveloper/globals.phpArray of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().