Méthode |
Description |
|
attachEvents ( ContainerBuilder $container, string $provider_key, array $events ) : string |
Add event listeners to be attached by demand on firewall activation |
|
attachListeners ( ContainerBuilder $container, string $providerKey, array $listeners ) |
Sort listeners by priority and then attach them to the firewall |
|
collectListenersByProviderKey ( ContainerBuilder $container ) : array |
Group listeners by provider key, type and priority (when needed) |
|
getProviderKey ( ContainerBuilder $container, array $tag, string $listenerId ) : string |
Get the firewall provider key from a tag attribute, if it can found one |
|
processEvent ( ContainerBuilder $container, string $listenerId, array $tag, $priority ) : array |
Process an event and generates injection for the listener |
|