protected function CshsTaxonomyIndex::getTermStorage in Client-side Hierarchical Select 8
Same name and namespace in other branches
- 8.3 src/Plugin/views/filter/CshsTaxonomyIndex.php \Drupal\cshs\Plugin\views\filter\CshsTaxonomyIndex::getTermStorage()
- 8.2 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\filterCode
protected function getTermStorage() : TermStorageInterface {
return $this->termStorage;
}