public function QueryTypePluginBase::defaultConfiguration in Facets 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
1 call to QueryTypePluginBase::defaultConfiguration()
- QueryTypePluginBase::setConfiguration in src/
QueryType/ QueryTypePluginBase.php - Sets the configuration for this plugin instance.
File
- src/
QueryType/ QueryTypePluginBase.php, line 58
Class
- QueryTypePluginBase
- A base class for query type plugins that implements most of the boilerplate.
Namespace
Drupal\facets\QueryTypeCode
public function defaultConfiguration() {
return [];
}