Copied!

CreateGlobalUrlAliasEvent

CreateGlobalUrlAliasEvent.php : 14
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateGlobalUrlAliasEvent.php : 28
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 : 64
public getAlwaysAvailable() : bool

Return values

bool

publicgetForwarding()

CreateGlobalUrlAliasEvent.php : 59
public getForwarding() : bool

Return values

bool

publicgetLanguageCode()

CreateGlobalUrlAliasEvent.php : 54
public getLanguageCode() : string

Return values

string

publicgetPath()

CreateGlobalUrlAliasEvent.php : 49
public getPath() : string

Return values

string

publicgetResource()

CreateGlobalUrlAliasEvent.php : 44
public getResource() : string

Return values

string

publicgetUrlAlias()

CreateGlobalUrlAliasEvent.php : 69
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().