SecurityMiddlewarePass
in package
implements
CompilerPassInterface
This compiler pass registers security middleware if possible
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- SERVICE_ID = 'tactician.middleware.security'
- process() : void
- You can modify the container here before it is dumped to PHP code.
Constants
SERVICE_ID
public
mixed
SERVICE_ID
= 'tactician.middleware.security'
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder