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\linkcheckerCode
public function setParentEntityLangcode($langcode);