SecurityServiceProvider
class SecurityServiceProvider implements ServiceProviderInterface, EventListenerProviderInterface, ControllerProviderInterface, BootableProviderInterface
Symfony Security component Provider.
Properties
protected | $fakeRoutes |
Methods
register(Container $app)
No description
subscribe(Container $app, EventDispatcherInterface $dispatcher)
No description
addFakeRoute($method, $pattern, $name)
No description
Details
at line 75
register(Container $app)
at line 658
subscribe(Container $app, EventDispatcherInterface $dispatcher)
at line 663
ControllerCollection
connect(Application $app)
Returns routes to connect to the given application.
at line 675
boot(Application $app)
Bootstraps the application.
This method is called after all services are registered and should be used for "dynamic" configuration (whenever a service must be requested).