TermTranslationViewsTest::$termTranslationMap

Same name in other branches
  1. 11.x core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php \Drupal\Tests\taxonomy\Functional\Views\TermTranslationViewsTest::termTranslationMap

Term to translated term mapping.

Type: array

File

core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php, line 24

Class

TermTranslationViewsTest
Tests for views translation.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

protected $termTranslationMap = [
    'one' => 'translatedOne',
    'two' => 'translatedTwo',
    'three' => 'translatedThree',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.