You are here

abstract public function CshsOptionsFromHelper::getSettings in Client-side Hierarchical Select 8

Same name and namespace in other branches
  1. 8.3 src/CshsOptionsFromHelper.php \Drupal\cshs\CshsOptionsFromHelper::getSettings()
  2. 8.2 src/CshsOptionsFromHelper.php \Drupal\cshs\CshsOptionsFromHelper::getSettings()

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

Return value

array The array of settings.

2 calls to CshsOptionsFromHelper::getSettings()
CshsOptionsFromHelper::formElement in src/CshsOptionsFromHelper.php
Returns the form for a single widget.
CshsOptionsFromHelper::settingsSummary in src/CshsOptionsFromHelper.php
Returns a short summary for the settings.
2 methods override CshsOptionsFromHelper::getSettings()
CshsTaxonomyIndex::getSettings in src/Plugin/views/filter/CshsTaxonomyIndex.php
Returns the array of settings, including defaults for missing settings.
CshsWidget::getSettings in src/Plugin/Field/FieldWidget/CshsWidget.php
Returns the array of settings, including defaults for missing settings.

File

src/CshsOptionsFromHelper.php, line 65

Class

CshsOptionsFromHelper
Defines a class for getting options for a cshs form element from vocabulary.

Namespace

Drupal\cshs

Code

public abstract function getSettings() : array;