Event emitted before action execution.
Methods¶
__construct()
¶
BeforeCreateEvent.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$sourceUrl | string | - | - |
$destinationUrl | string | - | - |
$forward | bool | - | - |
getDestinationUrl()
¶
BeforeCreateEvent.php
:
37
|
|
Return values
string
getForward()
¶
BeforeCreateEvent.php
:
42
|
|
Return values
bool
getSourceUrl()
¶
BeforeCreateEvent.php
:
32
|
|
Return values
string
getUrlWildcard()
¶
BeforeCreateEvent.php
:
47
|
|
Return values
hasUrlWildcard()
¶
BeforeCreateEvent.php
:
61
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setUrlWildcard()
¶
BeforeCreateEvent.php
:
56
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$urlWildcard | URLWildcard|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().