public FeedInterface::getRefreshRate()
Returns the refresh rate of the feed in seconds.
Return value
int 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\aggregator
Code
public function getRefreshRate();
Please login to continue.