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();
Please login to continue.