You are here

protected property TaxonomyTranslationTestTrait::$termFieldName in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php \Drupal\Tests\taxonomy\Functional\TaxonomyTranslationTestTrait::termFieldName

The field name for our taxonomy term field.

Type: string

File

core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php, line 29

Class

TaxonomyTranslationTestTrait
Provides common testing base for translated taxonomy terms.

Namespace

Drupal\Tests\taxonomy\Functional

Code

protected $termFieldName = 'field_tag';