Methods

Create the application configuration service

createService(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator) : array | \Traversable

Retrieves the Module Manager from the service locator, and executes Zend\ModuleManager\ModuleManager::loadModules().

It then retrieves the config listener from the module manager, and from that the merged configuration.

Parameters

Returns

array\Traversable