FixRadioInputListener 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

ResponseListener

class ResponseListener implements EventSubscriberInterface ResponseListener fixes the Response headers based on the Request. Methods __construct($charset) onKernelResponse(FilterResponseEvent $event) Filters the Response. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct($charset) Parameters $charset onKernelResponse(FilterRespo

SimpleXMLElement deprecated::getAttributeAsPhp()

mixed getAttributeAsPhp(string $name) Converts an attribute as a PHP type. Parameters string $name Return Value mixed

Component\Security\Acl\Dbal

Classes AclProvider An ACL provider implementation. MutableAclProvider An implementation of the MutableAclProviderInterface using Doctrine DBAL. Schema The schema used for the ACL system.

UserProviderInterface

interface UserProviderInterface Represents a class that loads UserInterface objects from some source for the authentication system. In a typical authentication configuration, a username (i.e. some unique user identifier) credential enters the system (via form login, or any method). The user provider that is configured with that authentication method is asked to load the UserInterface object for the given username (via loadUserByUsername) so that the rest of the process can continue. Internal

RequestStack::push()

push(Request $request) Pushes a Request on the stack. This method should generally not be called directly as the stack management should be taken care of by the application itself. Parameters Request $request

BaseType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options

FormConfigBuilder::setAttribute()

FormConfigBuilderInterface setAttribute(string $name, mixed $value) Sets the value for an attribute. Parameters string $name The name of the attribute mixed $value The value of the attribute Return Value FormConfigBuilderInterface The configuration object

IbanValidator

class IbanValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initiali

ContainerAwareEventManager

class ContainerAwareEventManager extends EventManager Allows lazy loading of listener services. Methods __construct(ContainerInterface $container) bool dispatchEvent(string $eventName, EventArgs $eventArgs = null) Dispatches an event to all registered listeners. array getListeners(string $event = null) Gets the listeners of a specific event or all listeners. bool hasListeners(string $event) Checks whether an event has any registered listeners. addEventListener(string