ResolveContentNameSchemaEvent
ResolveContentNameSchemaEvent.php
:
14
Extends AbstractNameSchemaEvent
Implements
ContentAwareEventInterface
Methods¶
__construct() ¶
ResolveContentNameSchemaEvent.php
:
23
|
|
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> | - | - |
getContent() ¶
ResolveContentNameSchemaEvent.php
:
34
|
|
Return values
getContentType() ¶
AbstractNameSchemaEvent.php
:
40
|
|
Return values
getFieldMap() ¶
AbstractNameSchemaEvent.php
:
46
|
|
Return values
array<int|string, array<string, Value>>
getLanguageCodes() ¶
AbstractNameSchemaEvent.php
:
52
|
|
Return values
array<string|int, string>
getSchemaIdentifiers() ¶
AbstractSchemaEvent.php
:
48
|
|
Return values
array<string, array<int, string>>
getTokenValues() ¶
AbstractSchemaEvent.php
:
32
|
|
Return values
array<string, array<string, string>>
setTokenValues() ¶
AbstractSchemaEvent.php
:
40
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$names | array<string, array<string, string>> | - | - |