You are here

public function LinkCheckerLinkInterface::getParentEntityLangcode in Link checker 8

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

Return value

string Langcode.

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

File

src/LinkCheckerLinkInterface.php, line 201

Class

LinkCheckerLinkInterface
Provides an interface defining a LinkCheckerLink type entity.

Namespace

Drupal\linkchecker

Code

public function getParentEntityLangcode();