class AbstractController implements ServiceSubscriberInterface
Provides common features needed in controllers.
| ControllerTrait | Common features needed in controllers. |
| ContainerInterface | $container | from ControllerTrait |
| setContainer(ContainerInterface $container) | ||
| static array | getSubscribedServices() Returns an array of service types required by such instances, optionally keyed by the service names used internally. |
| ContainerInterface | $container |
Returns an array of service types required by such instances, optionally keyed by the service names used internally.
For mandatory dependencies:
otherwise:
| array | The required service types, optionally keyed by service names |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.html