function TranslationLanguageRenderer::render
Same name in other branches
- 9 core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php \Drupal\views\Entity\Render\TranslationLanguageRenderer::render()
Overrides EntityTranslationRendererBase::render
File
-
core/
modules/ views/ src/ Entity/ Render/ TranslationLanguageRenderer.php, line 97
Class
- TranslationLanguageRenderer
- Renders entity translations in their row language.
Namespace
Drupal\views\Entity\RenderCode
public function render(ResultRow $row) {
$entity_id = $row->_entity
->id();
$langcode = $this->getLangcode($row);
return $this->build[$entity_id][$langcode];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.