Copied!

CreateGlobalUrlAliasEvent

CreateGlobalUrlAliasEvent.php : 14
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateGlobalUrlAliasEvent.php : 29
public __construct(URLAlias $urlAlias, mixed $resource, mixed $path, mixed $languageCode, mixed $forwarding, mixed $alwaysAvailable)

Parameters

Name Type Default value Description
$urlAlias URLAlias - -
$resource mixed - -
$path mixed - -
$languageCode mixed - -
$forwarding mixed - -
$alwaysAvailable mixed - -

publicgetAlwaysAvailable()

CreateGlobalUrlAliasEvent.php : 65
public getAlwaysAvailable() : mixed

publicgetForwarding()

CreateGlobalUrlAliasEvent.php : 60
public getForwarding() : mixed

publicgetLanguageCode()

CreateGlobalUrlAliasEvent.php : 55
public getLanguageCode() : mixed

publicgetPath()

CreateGlobalUrlAliasEvent.php : 50
public getPath() : mixed

publicgetResource()

CreateGlobalUrlAliasEvent.php : 45
public getResource() : mixed

publicgetUrlAlias()

CreateGlobalUrlAliasEvent.php : 70
public getUrlAlias() : URLAlias

Return values

URLAlias

publicisPropagationStopped()

Event.php : 38
public isPropagationStopped() : bool

Return values

bool

publicstopPropagation()

Event.php : 50

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().