Event emitted after action execution.
Methods¶
__construct() ¶
UpdateContentEvent.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$versionInfo | VersionInfo | - | - |
$contentUpdateStruct | ContentUpdateStruct | - | - |
$fieldIdentifiersToValidate | array<string|int, mixed>|null | null | - |
getContent() ¶
UpdateContentEvent.php
:
42
|
|
Return values
getContentUpdateStruct() ¶
UpdateContentEvent.php
:
52
|
|
Return values
getFieldIdentifiersToValidate() ¶
UpdateContentEvent.php
:
60
|
|
Return values
array<string|int, string>|null
getVersionInfo() ¶
UpdateContentEvent.php
:
47
|
|