You are here

protected function CshsTaxonomyIndex::getTermStorage in Client-side Hierarchical Select 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/filter/CshsTaxonomyIndex.php \Drupal\cshs\Plugin\views\filter\CshsTaxonomyIndex::getTermStorage()
  2. 8 src/Plugin/views/filter/CshsTaxonomyIndex.php \Drupal\cshs\Plugin\views\filter\CshsTaxonomyIndex::getTermStorage()

Returns storage of the "taxonomy_term" entities.

Return value

\Drupal\taxonomy\TermStorageInterface The storage of the "taxonomy_term" entities.

Overrides TaxonomyStorages::getTermStorage

File

src/Plugin/views/filter/CshsTaxonomyIndex.php, line 123

Class

CshsTaxonomyIndex
Common implementation for "CshsTaxonomyIndex" plugin.

Namespace

Drupal\cshs\Plugin\views\filter

Code

protected function getTermStorage() : TermStorageInterface {
  return $this->termStorage;
}