‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Attribute\WebhookMessage Class Reference

Public Member Functions

 __construct (public string $identifier, public string $description, public ?string $method=null,)
 

Public Attributes

const TAG_NAME = 'core.webhook_message'
 

Detailed Description

Service tag to mark a message as a webhook-compatible message

Definition at line 24 of file WebhookMessage.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Attribute\WebhookMessage::__construct ( public string  $identifier,
public string  $description,
public ?string  $method = null 
)

Definition at line 28 of file WebhookMessage.php.

Member Data Documentation

◆ TAG_NAME

const TYPO3\CMS\Core\Attribute\WebhookMessage::TAG_NAME = 'core.webhook_message'

Definition at line 26 of file WebhookMessage.php.