You are here

protected property NodeTermData::$vocabularyStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php \Drupal\taxonomy\Plugin\views\relationship\NodeTermData::vocabularyStorage

The vocabulary storage.

Type: \Drupal\taxonomy\VocabularyStorageInterface

File

core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php, line 27

Class

NodeTermData
Relationship handler to return the taxonomy terms of nodes.

Namespace

Drupal\taxonomy\Plugin\views\relationship

Code

protected $vocabularyStorage;