public function CshsTaxonomyIndex::getSettings 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::getSettings()
- 8.2 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\filterCode
public function getSettings() : array {
return $this->options;
}