You are here

public function CshsTaxonomyIndex::getSettings 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::getSettings()
  2. 8 src/Plugin/views/filter/CshsTaxonomyIndex.php \Drupal\cshs\Plugin\views\filter\CshsTaxonomyIndex::getSettings()

Returns the array of settings, including defaults for missing settings.

Return value

array The array of settings.

Overrides CshsOptionsFromHelper::getSettings

File

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

Class

CshsTaxonomyIndex
Common implementation for "CshsTaxonomyIndex" plugin.

Namespace

Drupal\cshs\Plugin\views\filter

Code

public function getSettings() : array {
  return $this->options;
}