You are here

public function LinkCheckerLinkInterface::setParentEntityLangcode in Link checker 8

Sets a langcode of entity translation where the link was found.

Parameters

string $langcode: Langcode.

Return value

$this

1 method overrides LinkCheckerLinkInterface::setParentEntityLangcode()
LinkCheckerLink::setParentEntityLangcode in src/Entity/LinkCheckerLink.php
Sets a langcode of entity translation where the link was found.

File

src/LinkCheckerLinkInterface.php, line 211

Class

LinkCheckerLinkInterface
Provides an interface defining a LinkCheckerLink type entity.

Namespace

Drupal\linkchecker

Code

public function setParentEntityLangcode($langcode);