ExtractorService
Service class to extract metadata
Table of Contents
Methods
- extractMetaData() : array<string|int, mixed>
- getExtractionServices() : array<string|int, ExtractorInterface>
- Get available extraction services
- getExtractorRegistry() : ExtractorRegistry
- Returns an instance of the FileIndexRepository
Methods
extractMetaData()
public
extractMetaData(File $fileObject) : array<string|int, mixed>
Parameters
- $fileObject : File
Return values
array<string|int, mixed>getExtractionServices()
Get available extraction services
protected
getExtractionServices(string $driverType) : array<string|int, ExtractorInterface>
Parameters
- $driverType : string
Return values
array<string|int, ExtractorInterface>getExtractorRegistry()
Returns an instance of the FileIndexRepository
protected
getExtractorRegistry() : ExtractorRegistry