function aggregator_page_category_form
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
1 string reference to 'aggregator_page_category_form'
- aggregator_menu in modules/
aggregator/ aggregator.module - Implements hook_menu().
File
-
modules/
aggregator/ aggregator.pages.inc, line 89
Code
function aggregator_page_category_form($form, $form_state, $category) {
return aggregator_page_category($category);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.