FileAddedMessage implements WebhookMessageInterface

FinalYes

A message that is triggered after a file was added to TYPO3.

Internal

not part of TYPO3 Core API

Attributes
#[WebhookMessage]
$identifier: 'typo3/file-added'
$description: 'LLL:EXT:webhooks/Resources/Private/Language/locallang_db.xlf:sys_webhook.webhook_type.typo3-file-added'

Table of Contents

Interfaces

WebhookMessageInterface
A semantic interface for messages that can be put into a message bus in order to be serialized.

Methods

__construct()  : mixed
createFromEvent()  : self
jsonSerialize()  : array<string|int, mixed>

Methods

__construct()

public __construct(int $storageUid, string $identifier, string|null $publicUrl) : mixed
Parameters
$storageUid : int
$identifier : string
$publicUrl : string|null

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results