function FeedStorageInterface::getFeedIdsToRefresh
Same name in other branches
- 9 core/modules/aggregator/src/FeedStorageInterface.php \Drupal\aggregator\FeedStorageInterface::getFeedIdsToRefresh()
Returns the fids of feeds that need to be refreshed.
Return value
array A list of feed ids to be refreshed.
1 method overrides FeedStorageInterface::getFeedIdsToRefresh()
- FeedStorage::getFeedIdsToRefresh in core/
modules/ aggregator/ src/ FeedStorage.php - Returns the fids of feeds that need to be refreshed.
File
-
core/
modules/ aggregator/ src/ FeedStorageInterface.php, line 23
Class
- FeedStorageInterface
- Defines an interface for aggregator feed entity storage classes.
Namespace
Drupal\aggregatorCode
public function getFeedIdsToRefresh();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.