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
getExtractors()
Get all registered extractor instances.
    public
                    getExtractors() : array<string|int, ExtractorInterface>
    Return values
array<string|int, ExtractorInterface>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
    remove in v15