function aggregator_test_redirect

Page callback that redirects to another feed.

1 string reference to 'aggregator_test_redirect'
aggregator_test_menu in drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module
Implements hook_menu().

File

drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module, line 72

Code

function aggregator_test_redirect() {
  drupal_goto('aggregator/test-feed', array(), 301);
}