function TranslationLanguageRenderer::getCacheContexts
Overrides RendererBase::getCacheContexts
File
- 
              core/modules/ views/ src/ Entity/ Render/ TranslationLanguageRenderer.php, line 112 
Class
- TranslationLanguageRenderer
- Renders entity translations in their row language.
Namespace
Drupal\views\Entity\RenderCode
public function getCacheContexts() {
  return [
    'languages:' . LanguageInterface::TYPE_CONTENT,
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
