public function ConfigurableLanguageRenderer::getLangcode in Views Parity Row 8
File
- src/
Plugin/ views/ Entity/ Render/ ConfigurableLanguageRenderer.php, line 45
Class
- ConfigurableLanguageRenderer
- Renders entities in a configured language.
Namespace
Drupal\views_parity_row\Plugin\views\Entity\RenderCode
public function getLangcode(ResultRow $row) {
return $this->langcode;
}