You are here

public function TextExtractorPluginBase::defaultConfiguration in Search API attachments 9.0.x

Same name and namespace in other branches
  1. 8 src/TextExtractorPluginBase.php \Drupal\search_api_attachments\TextExtractorPluginBase::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

File

src/TextExtractorPluginBase.php, line 110

Class

TextExtractorPluginBase
Base class for plugins able to extract file content.

Namespace

Drupal\search_api_attachments

Code

public function defaultConfiguration() {
  return [];
}