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