ExtractorRegistry

Read onlyYes

Registry for MetaData extraction Services

Attributes
#[Autoconfigure]
$public: true

Table of Contents

Methods

__construct()  : mixed
getExtractors()  : array<string|int, ExtractorInterface>
Get all registered extractor instances.
getExtractorsWithDriverSupport()  : array<string|int, ExtractorInterface>
Get Extractors which work for a specific driver.
registerExtractionService()  : void

Methods

__construct()

public __construct(ServiceLocator $extractors) : mixed
Parameters
$extractors : ServiceLocator

getExtractorsWithDriverSupport()

Get Extractors which work for a specific driver.

public getExtractorsWithDriverSupport(string $driverType) : array<string|int, ExtractorInterface>
Parameters
$driverType : string
Return values
array<string|int, ExtractorInterface>

registerExtractionService()

public registerExtractionService() : void
Deprecated

remove in v15


        
On this page

Search results