Event emitted before action execution.
Methods¶
__construct()
¶
BeforeCreateUrlAliasEvent.php
:
32
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
$path | mixed | - | - |
$languageCode | mixed | - | - |
$forwarding | mixed | - | - |
$alwaysAvailable | mixed | - | - |
getAlwaysAvailable()
¶
BeforeCreateUrlAliasEvent.php
:
61
|
|
getForwarding()
¶
BeforeCreateUrlAliasEvent.php
:
56
|
|
getLanguageCode()
¶
BeforeCreateUrlAliasEvent.php
:
51
|
|
getLocation()
¶
BeforeCreateUrlAliasEvent.php
:
41
|
|
Return values
getPath()
¶
BeforeCreateUrlAliasEvent.php
:
46
|
|
getUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
66
|
|
Return values
hasUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
80
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
75
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$urlAlias | URLAlias|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().