You are here

public function FeedStorageInterface::getFeedIdsToRefresh in Drupal 8

Same name and namespace in other branches
  1. 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\aggregator

Code

public function getFeedIdsToRefresh();