public function TextExtractorPluginBase::getConfiguration in Search API attachments 9.0.x
Same name and namespace in other branches
- 8 src/TextExtractorPluginBase.php \Drupal\search_api_attachments\TextExtractorPluginBase::getConfiguration()
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
File
- src/
TextExtractorPluginBase.php, line 89
Class
- TextExtractorPluginBase
- Base class for plugins able to extract file content.
Namespace
Drupal\search_api_attachmentsCode
public function getConfiguration() {
return $this->configuration;
}