You are here

public function CurrentLanguageRenderer::getLangcode in Views Parity Row 8

Returns NULL so that the current language is used.

Parameters

\Drupal\views\ResultRow $row: The result row.

File

src/Plugin/views/Entity/Render/CurrentLanguageRenderer.php, line 21

Class

CurrentLanguageRenderer
Renders entities in the current language.

Namespace

Drupal\views_parity_row\Plugin\views\Entity\Render

Code

public function getLangcode(ResultRow $row) {
}