You are here

public function LinkCheckerLinkInterface::setLastCheckTime in Link checker 8

Sets a last time the link was checked.

Parameters

int $time: Timestamp.

Return value

$this

1 method overrides LinkCheckerLinkInterface::setLastCheckTime()
LinkCheckerLink::setLastCheckTime in src/Entity/LinkCheckerLink.php
Sets a last time the link was checked.

File

src/LinkCheckerLinkInterface.php, line 157

Class

LinkCheckerLinkInterface
Provides an interface defining a LinkCheckerLink type entity.

Namespace

Drupal\linkchecker

Code

public function setLastCheckTime($time);