interface FirewallListenerFactoryInterface

Can be implemented by a security factory to add a listener to the firewall.

Methods

array
createListeners(ContainerBuilder$container,string$firewallName,array$config)

Creates the firewall listener services for the provided configuration.

Details

array createListeners(ContainerBuilder$container,string$firewallName,array$config)

Creates the firewall listener services for the provided configuration.

Parameters

ContainerBuilder $container
string $firewallName
array $config

Return Value

array The listener service IDs to be used by the firewall