Event emitted before action execution.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        25
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $tokenType | string | - | - | 
| $token | string | - | - | 
| $identifier | string|null | null | - | 
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        67
                 
    
        |  |  | 
Return values
string|null
                 getResult()
            ¶
getResult()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        35
                 
    
        |  |  | 
Return values
                 getToken()
            ¶
getToken()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        62
                 
    
        |  |  | 
Return values
string
                 getTokenType()
            ¶
getTokenType()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        57
                 
    
        |  |  | 
Return values
string
                 hasResult()
            ¶
hasResult()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        52
                 
    
        |  |  | 
Return values
bool
                 isPropagationStopped()
            ¶
isPropagationStopped()
            ¶
    
        
        Event.php
                :
        38
                 
    
        |  |  | 
Return values
bool
                 setResult()
            ¶
setResult()
            ¶
    
        
        BeforeGetTokenEvent.php
                :
        47
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $result | Token|null | - | - | 
                 stopPropagation()
            ¶
stopPropagation()
            ¶
    
        
        Event.php
                :
        50
                 
    
        Stops the propagation of the event to further event listeners.
|  |  | 
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().