BeforeLoginTemplateRenderedEvent
        
        extends Event
    
    
            
            in package
            
        
    
    
    
Emitted before the rendering step of the login TemplateResponse.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
 - Compatibility constructor
 - getResponse() : TemplateResponse
 - isPropagationStopped() : bool
 - {@inheritDoc}
 - stopPropagation() : void
 - Stops the propagation of the event to further event listeners
 
Properties
$response
        private
            TemplateResponse
    $response
    
    
    
    
    
    
Methods
__construct()
Compatibility constructor
    public
                    __construct(TemplateResponse $response) : mixed
    Parameters
- $response : TemplateResponse
 
Tags
getResponse()
    public
                    getResponse() : TemplateResponse
    Tags
Return values
TemplateResponseisPropagationStopped()
{@inheritDoc}
    public
                    isPropagationStopped() : bool
    Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
    public
                    stopPropagation() : void