You are here

public function FeedInterface::getQueuedTime in Feeds 8.3

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

Return value

int The timestamp of the last refresh.

1 method overrides FeedInterface::getQueuedTime()
Feed::getQueuedTime in src/Entity/Feed.php
Returns the time when this feed was queued for refresh, 0 if not queued.

File

src/FeedInterface.php, line 96

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getQueuedTime();