function FeedInterface::getRefreshRate
Same name in other branches
- 9 core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\FeedInterface::getRefreshRate()
Returns the refresh rate of the feed in seconds.
Return value
int The refresh rate of the feed in seconds.
1 method overrides FeedInterface::getRefreshRate()
- Feed::getRefreshRate in core/
modules/ aggregator/ src/ Entity/ Feed.php - Returns the refresh rate of the feed in seconds.
File
-
core/
modules/ aggregator/ src/ FeedInterface.php, line 48
Class
- FeedInterface
- Provides an interface defining an aggregator feed entity.
Namespace
Drupal\aggregatorCode
public function getRefreshRate();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.