You are here

public function FeedInterface::getLastCheckedTime in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 72
Contains \Drupal\aggregator\FeedInterface.

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function getLastCheckedTime();