FeedInterface::getQueuedTime

public FeedInterface::getQueuedTime()

Returns the time when this feed was queued for refresh, 0 if not queued.

Return value

int The timestamp of the last refresh.

File

core/modules/aggregator/src/FeedInterface.php, line 86

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function getQueuedTime();
doc_Drupal
2016-10-29 09:10:10
Comments
Leave a Comment

Please login to continue.