public FeedStorageInterface::getFeedIdsToRefresh()
Returns the fids of feeds that need to be refreshed.
Return value
array A list of feed ids to be refreshed.
File
- core/modules/aggregator/src/FeedStorageInterface.php, line 18
Class
- FeedStorageInterface
- Defines an interface for aggregator feed entity storage classes.
Namespace
Drupal\aggregator
Code
public function getFeedIdsToRefresh();
Please login to continue.