You are here

constant FilesExtractor::SAA_FILE_ENTITY in Search API attachments 9.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/search_api/processor/FilesExtractor.php \Drupal\search_api_attachments\Plugin\search_api\processor\FilesExtractor::SAA_FILE_ENTITY

Name of the "virtual" field that handles file entity type extractions.

This is used per example in a File datasource index or mixed datasources index.

File

src/Plugin/search_api/processor/FilesExtractor.php, line 60

Class

FilesExtractor
Provides file fields processor.

Namespace

Drupal\search_api_attachments\Plugin\search_api\processor

Code

const SAA_FILE_ENTITY = 'saa_file_entity';