You are here

public function ResetFacetsProcessor::defaultConfiguration in Facets 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ProcessorPluginBase::defaultConfiguration

File

modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php, line 107

Class

ResetFacetsProcessor
Provides a processor that adds a link to reset facet filters.

Namespace

Drupal\facets_summary\Plugin\facets_summary\processor

Code

public function defaultConfiguration() {
  return [
    'link_text' => '',
  ];
}