function aggregator_admin_remove_feed_submit

Form submission handler for aggregator_admin_remove_feed().

Removes all items from a feed and redirects to the overview page.

File

modules/aggregator/aggregator.admin.inc, line 238

Code

function aggregator_admin_remove_feed_submit($form, &$form_state) {
    aggregator_remove($form_state['values']['feed']);
    $form_state['redirect'] = 'admin/config/services/aggregator';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.