| Fully Qualified Name: | Laminas\Mvc\Service\ConfigFactory |
| Implements: | FactoryInterface |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Create the application configuration service | ConfigFactory |
Create the application configuration service
Retrieves the Module Manager from the service locator, and executes {@link Laminas\ModuleManager\ModuleManager::loadModules()}.
It then retrieves the config listener from the module manager, and from that the merged configuration.
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ContainerInterface | |
| $name | string | |
| $options | null|array |
Returns: array|\Traversable