-
-
Notifications
You must be signed in to change notification settings - Fork 0
configProvider
github-actions edited this page Mar 27, 2026
·
1 revision
Creates a configuration from a list of Laminas-style configuration providers.
Each provider MUST be invokable and return an array or configuration structure.
- Full name:
configProvider - Defined in:
src/functions.php
| Parameter | Type | Description |
|---|---|---|
$providers |
iterable | a list of configuration providers |
$cachedConfigFile |
string|null | optional path to a cache file for the configuration |
\FastForward\Config\ConfigInterface
the resulting configuration instance