public function ContentModerationNotificationInterface::getMessage in Content Moderation Notifications 8.2
Same name and namespace in other branches
- 8.3 src/ContentModerationNotificationInterface.php \Drupal\content_moderation_notifications\ContentModerationNotificationInterface::getMessage()
Gets the message value.
Return value
string The message body text.
1 method overrides ContentModerationNotificationInterface::getMessage()
- ContentModerationNotification::getMessage in src/
Entity/ ContentModerationNotification.php - Gets the message value.
File
- src/
ContentModerationNotificationInterface.php, line 50
Class
- ContentModerationNotificationInterface
- Defines a content moderation notification interface.
Namespace
Drupal\content_moderation_notificationsCode
public function getMessage();