ProviderRegistry

FinalYes

Registry for configuration providers which is called by the ConfigurationProviderPass

Attributes
#[Autoconfigure]
$public: true

Table of Contents

Properties

$providers  : array<string|int, ProviderInterface>

Methods

getFirstProvider()  : ProviderInterface|null
getProvider()  : ProviderInterface
getProviders()  : array<string|int, mixed>
hasProvider()  : bool
registerProvider()  : void

Properties

Methods

getProviders()

public getProviders() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasProvider()

public hasProvider(string $identifier) : bool
Parameters
$identifier : string
Return values
bool

        
On this page

Search results