Copied!

ResolveUrlAliasSchemaEvent

ResolveUrlAliasSchemaEvent.php : 13

Methods

public__construct()

ResolveUrlAliasSchemaEvent.php : 20
public __construct(array<string, array<int, string>> $schemaIdentifiers, Content $content)

Parameters

Name Type Default value Description
$schemaIdentifiers array<string, array<int, string>> - -
$content Content - -

publicgetContent()

ResolveUrlAliasSchemaEvent.php : 28
public getContent() : Content

Return values

Content

publicgetSchemaIdentifiers()

AbstractSchemaEvent.php : 48
public getSchemaIdentifiers() : array<string, array<int, string>>

Return values

array<string, array<int, string>>

publicgetTokenValues()

AbstractSchemaEvent.php : 32
public final getTokenValues() : array<string, array<string, string>>

Return values

array<string, array<string, string>>

publicsetTokenValues()

AbstractSchemaEvent.php : 40
public final setTokenValues(array<string, array<string, string>> $names) : void

Parameters

Name Type Default value Description
$names array<string, array<string, string>> - -