FeedInterface::getLastCheckedTime

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();
doc_Drupal
2016-10-29 09:10:10
Comments
Leave a Comment

Please login to continue.