public function FeedInterface::getRefreshRate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 53 - Contains \Drupal\aggregator\FeedInterface.
Class
- FeedInterface
- Provides an interface defining an aggregator feed entity.
Namespace
Drupal\aggregatorCode
public function getRefreshRate();