TermTranslationTest::$termTranslationMap
Term to translated term mapping.
Type: array
File
- 
              core/modules/ taxonomy/ tests/ src/ Functional/ TermTranslationTest.php, line 23 
Class
- TermTranslationTest
- Tests for proper breadcrumb translation.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
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.
