You are here

public function ContentModerationNotificationInterface::getMessageFormat in Content Moderation Notifications 8.2

Same name and namespace in other branches
  1. 8.3 src/ContentModerationNotificationInterface.php \Drupal\content_moderation_notifications\ContentModerationNotificationInterface::getMessageFormat()

Gets the message format.

Return value

string The format to be used for the message body.

1 method overrides ContentModerationNotificationInterface::getMessageFormat()
ContentModerationNotification::getMessageFormat in src/Entity/ContentModerationNotification.php
Gets the message format.

File

src/ContentModerationNotificationInterface.php, line 58

Class

ContentModerationNotificationInterface
Defines a content moderation notification interface.

Namespace

Drupal\content_moderation_notifications

Code

public function getMessageFormat();