You are here

public function LinkCheckerLinkInterface::setFailCount in Link checker 8

Sets a number of failed requests.

Parameters

int $count: New amount.

Return value

$this

1 method overrides LinkCheckerLinkInterface::setFailCount()
LinkCheckerLink::setFailCount in src/Entity/LinkCheckerLink.php
Sets a number of failed requests.

File

src/LinkCheckerLinkInterface.php, line 139

Class

LinkCheckerLinkInterface
Provides an interface defining a LinkCheckerLink type entity.

Namespace

Drupal\linkchecker

Code

public function setFailCount($count);