Copied!

ResolveContentNameSchemaEvent

ResolveContentNameSchemaEvent.php : 14

Methods

public__construct()

ResolveContentNameSchemaEvent.php : 23
public __construct(Content $content, array<string, array<string|int, string>> $schemaIdentifiers, ContentType $contentType, array<int|string, array<string, Value>> $fieldMap, array<string|int, string> $languageCodes)

Parameters

Name Type Default value Description
$content Content - -
$schemaIdentifiers array<string, array<string|int, string>> - -
$contentType ContentType - -
$fieldMap array<int|string, array<string, Value>> - -
$languageCodes array<string|int, string> - -

publicgetContent()

ResolveContentNameSchemaEvent.php : 34
public getContent() : Content

Return values

Content

publicgetContentType()

AbstractNameSchemaEvent.php : 40
public getContentType() : ContentType

Return values

ContentType

publicgetFieldMap()

AbstractNameSchemaEvent.php : 46
public getFieldMap() : array<int|string, array<string, Value>>

Return values

array<int|string, array<string, Value>>

publicgetLanguageCodes()

AbstractNameSchemaEvent.php : 52
public getLanguageCodes() : array<string|int, string>

Return values

array<string|int, string>

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>> - -