You are here

protected property TranslationLanguageRenderer::$langcodeAlias in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php \Drupal\views\Entity\Render\TranslationLanguageRenderer::langcodeAlias

Stores the field alias of the langcode column.

Type: string

File

core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php, line 19

Class

TranslationLanguageRenderer
Renders entity translations in their row language.

Namespace

Drupal\views\Entity\Render

Code

protected $langcodeAlias;