You are here

protected property TermTranslationBreadcrumbTest::$termTranslationMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php \Drupal\taxonomy\Tests\TermTranslationBreadcrumbTest::termTranslationMap

Term to translated term mapping.

Type: array

File

core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php, line 28
Contains \Drupal\taxonomy\Tests\TermTranslationBreadcrumbTest.

Class

TermTranslationBreadcrumbTest
Tests for proper breadcrumb translation.

Namespace

Drupal\taxonomy\Tests

Code

protected $termTranslationMap = array(
  'one' => 'translatedOne',
  'two' => 'translatedTwo',
  'three' => 'translatedThree',
);