You are here

public function FeedInterface::getQueuedTime in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\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.

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

File

core/modules/aggregator/src/FeedInterface.php, line 91
Contains \Drupal\aggregator\FeedInterface.

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function getQueuedTime();