Event emitted before action execution.
Methods¶
__construct()
¶
BeforeCreateUrlAliasEvent.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$location | Location | - | - |
$path | string | - | - |
$languageCode | string | - | - |
$forwarding | bool | - | - |
$alwaysAvailable | bool | - | - |
getAlwaysAvailable()
¶
BeforeCreateUrlAliasEvent.php
:
59
|
|
Return values
bool
getForwarding()
¶
BeforeCreateUrlAliasEvent.php
:
54
|
|
Return values
bool
getLanguageCode()
¶
BeforeCreateUrlAliasEvent.php
:
49
|
|
Return values
string
getLocation()
¶
BeforeCreateUrlAliasEvent.php
:
39
|
|
Return values
getPath()
¶
BeforeCreateUrlAliasEvent.php
:
44
|
|
Return values
string
getUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
64
|
|
Return values
hasUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
78
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setUrlAlias()
¶
BeforeCreateUrlAliasEvent.php
:
73
|
|
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().