Overrides EntityTranslationRendererBase::getLangcodeByRelationship
public function getLangcodeByRelationship(ResultRow $row, string $relationship = 'none') : string { $entity = $this->getEntity($row, $relationship); return $entity->getUntranslated() ->language() ->getId(); }