You are here

public function RuleStorageInterface::getRuleIdsToCheck in Smart Date 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
  2. 3.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
  3. 3.1.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
  4. 3.2.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
  5. 3.3.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
  6. 3.4.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()

Returns the fids of feeds that need to be refreshed.

Return value

array A list of feed ids to be refreshed.

1 method overrides RuleStorageInterface::getRuleIdsToCheck()
RuleStorage::getRuleIdsToCheck in modules/smart_date_recur/src/RuleStorage.php
Returns the fids of feeds that need to be refreshed.

File

modules/smart_date_recur/src/RuleStorageInterface.php, line 18

Class

RuleStorageInterface
Defines an interface for Smart Date recur rule entity storage classes.

Namespace

Drupal\smart_date_recur

Code

public function getRuleIdsToCheck();