public function FeedInterface::getLastCheckedTime in Drupal 8
Same name and namespace in other branches
- 9 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();