Class ConfigFactory

Summary

Fully Qualified Name: Zend\Mvc\Service\ConfigFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() Create the application configuration service ConfigFactory

Method Details

__invoke()

Create the application configuration service

Retrieves the Module Manager from the service locator, and executes {@link Zend\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

Top