You are here

protected property NodeTermData::$vocabularyStorage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 31
Contains \Drupal\taxonomy\Plugin\views\relationship\NodeTermData.

Class

NodeTermData
Relationship handler to return the taxonomy terms of nodes.

Namespace

Drupal\taxonomy\Plugin\views\relationship

Code

protected $vocabularyStorage;