You are here

protected property TaxonomyTranslationTestTrait::$baseLangcode in Drupal 8

Same name in this branch
  1. 8 core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php \Drupal\taxonomy\Tests\TaxonomyTranslationTestTrait::baseLangcode
  2. 8 core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php \Drupal\Tests\taxonomy\Functional\TaxonomyTranslationTestTrait::baseLangcode

The langcode of the source language.

Type: string

File

core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php, line 41

Class

TaxonomyTranslationTestTrait
Provides common testing base for translated taxonomy terms.

Namespace

Drupal\taxonomy\Tests

Code

protected $baseLangcode = 'en';