Methods¶
__construct()
¶
AbstractNameSchemaEvent.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $schemaIdentifiers | array<string, array<int, string>> | - | - |
| $contentType | ContentType | - | - |
| $fieldMap | array<int|string, array<string, Value>> | - | - |
| $languageCodes | array<string|int, string> | - | - |
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>> | - | - |