BlindedConnectionOptionsTrait

Blinded configuration options are declared for the "Default" database connection only, although an instance may configure any number of additional connections carrying the same kind of options. This shares the declaration with all configured connections.

Internal

only to be used within the lowlevel configuration module providers

Table of Contents

Methods

applyBlindedConnectionOptionsToAllConnections()  : array<string, mixed>

Methods

applyBlindedConnectionOptionsToAllConnections()

protected applyBlindedConnectionOptionsToAllConnections(array<string, mixed> $blindedConnectionOptions, array<string, mixed> $connections) : array<string, mixed>
Parameters
$blindedConnectionOptions : array<string, mixed>

blinded options, keyed by connection name

$connections : array<string, mixed>

configured connections, keyed by connection name

Return values
array<string, mixed>
On this page

Search results