public function RuleStorageInterface::getRuleIdsToCheck in Smart Date 3.3.x
Same name and namespace in other branches
- 8.2 modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
- 3.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
- 3.0.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
- 3.1.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
- 3.2.x modules/smart_date_recur/src/RuleStorageInterface.php \Drupal\smart_date_recur\RuleStorageInterface::getRuleIdsToCheck()
- 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_recurCode
public function getRuleIdsToCheck();