Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
aggregator.module
»
aggregator_refresh
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to aggregator_refresh()
AggregatorController::feedRefresh
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Controller/
AggregatorController.php
Refreshes a feed, then redirects to the overview page.
FeedParserTest::testAtomSample
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testRedirectFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedParserTest::testRSS091Sample
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
UpdateFeedItemTest::testUpdateFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.