ClassResolverTrait

trait ClassResolverTrait Resolves a class name.

CustomAuthenticationFailureHandler

class CustomAuthenticationFailureHandler implements AuthenticationFailureHandlerInterface Methods __construct(AuthenticationFailureHandlerInterface $handler, array $options) Constructor. Response onAuthenticationFailure(Request $request, AuthenticationException $exception) This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Details __construct(Authen

SwitchUserEvent

class SwitchUserEvent extends Event SwitchUserEvent. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispatcher() deprecated Returns the EventDispatcher that dispatches th

TranslationDefaultDomainNodeVisitor

class TranslationDefaultDomainNodeVisitor extends Twig_BaseNodeVisitor TranslationDefaultDomainNodeVisitor. Methods __construct() Constructor. getPriority() {@inheritdoc} Details __construct() Constructor. getPriority() {@inheritdoc}

Request::getLanguages()

array getLanguages() Gets a list of languages acceptable by the client browser. Return Value array Languages ordered in the user browser preferences

NoSuchMetadataException

class NoSuchMetadataException extends ValidatorException

OutputFormatterStyle::setBackground()

setBackground(string $color = null) Sets style background color. Parameters string $color The color name Exceptions InvalidArgumentException When the color name isn't defined

Token::getValue()

string getValue() Return Value string

TextareaType

class TextareaType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. from AbstractType string getBlockPrefix() Returns the prefix of

TokenNotFoundException

class TokenNotFoundException extends AuthenticationException TokenNotFoundException is thrown if a Token cannot be found. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message key to be used by the translation component. array getMessageData() Messag