Event emitted before action execution.
Methods¶
__construct()
¶
BeforeGetTokenEvent.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$tokenType | string | - | - |
$token | string | - | - |
$identifier | string|null | null | - |
getIdentifier()
¶
BeforeGetTokenEvent.php
:
67
|
|
Return values
string|null
getResult()
¶
BeforeGetTokenEvent.php
:
35
|
|
Return values
getToken()
¶
BeforeGetTokenEvent.php
:
62
|
|
Return values
string
getTokenType()
¶
BeforeGetTokenEvent.php
:
57
|
|
Return values
string
hasResult()
¶
BeforeGetTokenEvent.php
:
52
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setResult()
¶
BeforeGetTokenEvent.php
:
47
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$result | Token|null | - | - |
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().