Copied!

CreateUrlAliasEvent

CreateUrlAliasEvent.php : 15
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateUrlAliasEvent.php : 29
public __construct(URLAlias $urlAlias, Location $location, mixed $path, mixed $languageCode, mixed $forwarding, mixed $alwaysAvailable)

Parameters

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

publicgetAlwaysAvailable()

CreateUrlAliasEvent.php : 65
public getAlwaysAvailable() : bool

Return values

bool

publicgetForwarding()

CreateUrlAliasEvent.php : 60
public getForwarding() : bool

Return values

bool

publicgetLanguageCode()

CreateUrlAliasEvent.php : 55
public getLanguageCode() : string

Return values

string

publicgetLocation()

CreateUrlAliasEvent.php : 45
public getLocation() : Location

Return values

Location

publicgetPath()

CreateUrlAliasEvent.php : 50
public getPath() : string

Return values

string

publicgetUrlAlias()

CreateUrlAliasEvent.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().