You are here

public function FeedInterface::setQueuedTime in Feeds 8.3

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

Parameters

int $queued: The timestamp of the last refresh.

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

File

src/FeedInterface.php, line 104

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function setQueuedTime($queued);