public 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.
File
- core/modules/aggregator/src/FeedInterface.php, line 67
Class
- FeedInterface
- Provides an interface defining an aggregator feed entity.
Namespace
Drupal\aggregator
Code
public function getLastCheckedTime();
Please login to continue.