Interface RouteProviderInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\RouteProviderInterface

Description

Methods

Name Description Defined By
getRouteConfig() Expected to return \Zend\ServiceManager\Config object or array to seed such an object. RouteProviderInterface

Method Details

getRouteConfig()

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

Returns: array|\Zend\ServiceManager\Config

Top