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