You are here

public function QueryTypePluginBase::getConfiguration in Facets 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

1 call to QueryTypePluginBase::getConfiguration()
SearchApiDate::__construct in src/Plugin/facets/query_type/SearchApiDate.php
Constructs a \Drupal\Component\Plugin\PluginBase object.

File

src/QueryType/QueryTypePluginBase.php, line 65

Class

QueryTypePluginBase
A base class for query type plugins that implements most of the boilerplate.

Namespace

Drupal\facets\QueryType

Code

public function getConfiguration() {
  return $this->configuration;
}