function FeedInterface::getRefreshRate

Same name and namespace in other branches
  1. 8.9.x 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\aggregator

Code

public function getRefreshRate();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.