public function TextExtractorPluginBase::calculateDependencies in Search API attachments 8
Same name and namespace in other branches
- 9.0.x src/TextExtractorPluginBase.php \Drupal\search_api_attachments\TextExtractorPluginBase::calculateDependencies()
File
- src/
TextExtractorPluginBase.php, line 134
Class
- TextExtractorPluginBase
- Base class for plugins able to extract file content.
Namespace
Drupal\search_api_attachmentsCode
public function calculateDependencies() {
return [];
}