You are here

protected property TermName::$termStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php \Drupal\taxonomy\Plugin\views\argument_validator\TermName::termStorage
  2. 10 core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php \Drupal\taxonomy\Plugin\views\argument_validator\TermName::termStorage

The taxonomy term storage.

Type: \Drupal\taxonomy\TermStorageInterface

File

core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php, line 26

Class

TermName
Validates whether a term name is a valid term argument.

Namespace

Drupal\taxonomy\Plugin\views\argument_validator

Code

protected $termStorage;