You are here

public function FeedInterface::setLastCheckedTime in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\FeedInterface::setLastCheckedTime()

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

Parameters

int $checked: The timestamp of the last refresh.

Return value

$this The class instance that this method is called on.

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

File

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

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function setLastCheckedTime($checked);