class RegisterGlobalSecurityEventListenersPass implementsCompilerPassInterface

Makes sure all event listeners on the global dispatcher are also listening to events on the firewall-specific dispatchers.

This compiler pass must be run after RegisterListenersPass of the EventDispatcher component.

Constants

EVENT_BUBBLING_EVENTS

Methods

void
process(ContainerBuilder$container)

You can modify the container here before it is dumped to PHP code.

Details

void process(ContainerBuilder$container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container

Return Value

void