langcode = $langcode; } /** * {@inheritdoc} */ public function getLangcode(ResultRow $row) { return $this->langcode; } }