You are here

protected property TaxonomyTestBase::$vocabulary in Drupal 8

Same name in this branch
  1. 8 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyTestBase::vocabulary
  2. 8 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTestBase::vocabulary
Same name and namespace in other branches
  1. 9 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTestBase::vocabulary

The vocabulary used for creating terms.

Type: \Drupal\taxonomy\VocabularyInterface

File

core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php, line 58

Class

TaxonomyTestBase
Base class for views kernel taxonomy tests.

Namespace

Drupal\Tests\taxonomy\Kernel\Views

Code

protected $vocabulary;