Skip to content

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

Parameters

Parameter Type Description
$providers iterable a list of configuration providers
$cachedConfigFile string|null optional path to a cache file for the configuration

Return Value

\FastForward\Config\ConfigInterface

the resulting configuration instance

Clone this wiki locally