FeedInterface::refreshItems

public FeedInterface::refreshItems()

Updates the feed items by triggering the import process.

This will also update the last checked time of the feed and save it.

Return value

bool TRUE if there is new content for the feed FALSE otherwise.

See also

\Drupal\aggregator\ItemsImporterInterface::refresh()

File

core/modules/aggregator/src/FeedInterface.php, line 237

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function refreshItems();
doc_Drupal
2016-10-29 09:10:11
Comments
Leave a Comment

Please login to continue.