1660. Class

1660.1. Zend\Mvc\Service\ControllerLoaderFactory

1660.1.1. Methods

1660.1.1.1. createService

createService()

Create the controller loader service

Creates and returns an instance of ControllerManager. The only controllers this manager will allow are those defined in the application configuration’s “controllers” array. If a controller is matched, the scoped manager will attempt to load the controller. Finally, it will attempt to inject the controller plugin manager if the controller implements a setPluginManager() method.

This plugin manager is _not_ peered against DI, and as such, will not load unknown classes.

Parameters:ServiceLocatorInterface
Return type:ControllerManager

Project Versions

Table Of Contents

Previous topic

1659. Class

Next topic

1661. Class

This Page