function FeedInterface::getQueuedTime
Same name in other branches
- 8.9.x core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\FeedInterface::getQueuedTime()
Returns the time when this feed was queued for refresh, 0 if not queued.
Return value
int The timestamp of the last refresh.
1 method overrides FeedInterface::getQueuedTime()
- Feed::getQueuedTime in core/
modules/ aggregator/ src/ Entity/ Feed.php - Returns the time when this feed was queued for refresh, 0 if not queued.
File
-
core/
modules/ aggregator/ src/ FeedInterface.php, line 86
Class
- FeedInterface
- Provides an interface defining an aggregator feed entity.
Namespace
Drupal\aggregatorCode
public function getQueuedTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.