You are here

public function CshsTaxonomyIndex::getVocabulariesIds in Client-side Hierarchical Select 8.3

Returns the list of taxonomy vocabularies IDs to work with.

Return value

string[]|int[] The list of vocabularies IDs.

Overrides CshsOptionsFromHelper::getVocabulariesIds

File

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

Class

CshsTaxonomyIndex
The common implementation for the `CshsTaxonomyIndex` plugin.

Namespace

Drupal\cshs\Plugin\views\filter

Code

public function getVocabulariesIds() : array {
  return [
    $this->options['vid'],
  ];
}