FixCheckboxInputListener deprecated::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

FixCheckboxInputListener deprecated::preBind()

preBind(FormEvent $event) deprecated deprecated since version 2.3, to be removed in 3.0. Use {@link preSubmit()} instead. Alias of {@link preSubmit()}. Parameters FormEvent $event

FixCheckboxInputListener deprecated::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

FirewallMap::add()

add(RequestMatcherInterface $requestMatcher = null, array $listeners = array(), ExceptionListener $exceptionListener = null) Parameters RequestMatcherInterface $requestMatcher array $listeners ExceptionListener $exceptionListener

FirewallMap::getListeners()

array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. If there are no authentication listeners, the first inner array must be empty. If there is no exception listener, the second element of the outer array must be null. Parameters Request $request Return Value array of the format array(array(AuthenticationListener), ExceptionListener)

FirewallMapInterface

interface FirewallMapInterface This interface must be implemented by firewall maps. Methods array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. Details array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. If there are no authentication listeners, the first inner array must be empty. If th

FirewallContext

class FirewallContext This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it. Methods __construct(array $listeners, ExceptionListener $exceptionListener = null) getContext() Details __construct(array $listeners, ExceptionListener $exceptionListener = null) Parameters array $listeners ExceptionListener $exceptionListener

Firewall::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Handles security. Parameters GetResponseEvent $event An GetResponseEvent instance

FirewallMap

class FirewallMap implements FirewallMapInterface FirewallMap allows configuration of different firewalls for specific parts of the website. Methods add(RequestMatcherInterface $requestMatcher = null, array $listeners = array(), ExceptionListener $exceptionListener = null) array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. Details add(RequestMatcherInterface $requestMat

FirewallMap

class FirewallMap implements FirewallMapInterface This is a lazy-loading firewall map implementation. Listeners will only be initialized if we really need them. Methods __construct(ContainerInterface $container, array $map) array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. Details __construct(ContainerInterface $container, array $map) Parameters ContainerIn