function aggregator_page_category_form

aggregator_page_category_form($form, $form_state, $category)

Page callback: Displays a form containing items aggregated in a category.

Parameters

$category: The category for which to list all of the aggregated items.

Return value

The rendered list of items for the feed.

See also

aggregator_page_category()

File

modules/aggregator/aggregator.pages.inc, line 89
User page callbacks for the Aggregator module.

Code

function aggregator_page_category_form($form, $form_state, $category) {
  return aggregator_page_category($category);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!aggregator!aggregator.pages.inc/function/aggregator_page_category_form/7.x