You are here

public function ContentModerationNotificationInterface::getSubject in Content Moderation Notifications 8.2

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

Gets the notification subject.

Return value

string The message subject.

1 method overrides ContentModerationNotificationInterface::getSubject()
ContentModerationNotification::getSubject in src/Entity/ContentModerationNotification.php
Gets the notification subject.

File

src/ContentModerationNotificationInterface.php, line 42

Class

ContentModerationNotificationInterface
Defines a content moderation notification interface.

Namespace

Drupal\content_moderation_notifications

Code

public function getSubject();