protected function CshsTaxonomyIndex::getVocabularyStorage 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::getVocabularyStorage()
- 8.2 src/Plugin/views/filter/CshsTaxonomyIndex.php \Drupal\cshs\Plugin\views\filter\CshsTaxonomyIndex::getVocabularyStorage()
Returns storage of the "taxonomy_vocabulary" entities.
Return value
\Drupal\taxonomy\VocabularyStorageInterface The storage of the "taxonomy_vocabulary" entities.
Overrides TaxonomyStorages::getVocabularyStorage
File
- src/
Plugin/ views/ filter/ CshsTaxonomyIndex.php, line 116
Class
- CshsTaxonomyIndex
- Common implementation for "CshsTaxonomyIndex" plugin.
Namespace
Drupal\cshs\Plugin\views\filterCode
protected function getVocabularyStorage() : VocabularyStorageInterface {
return $this->vocabularyStorage;
}