Interface ControllerProviderInterface

Summary

Fully Qualified Name: Laminas\ModuleManager\Feature\ControllerProviderInterface

Description

Methods

Name Description Defined By
getControllerConfig() Expected to return \Laminas\ServiceManager\Config object or array to seed such an object. ControllerProviderInterface

Method Details

getControllerConfig()

Expected to return \Laminas\ServiceManager\Config object or array to seed such an object.

Returns: array|\Laminas\ServiceManager\Config

Top