You are here

public function ContentModerationNotificationInterface::sendToAuthor in Content Moderation Notifications 8.3

Send the notification to the entity author.

Return value

bool Returns TRUE if the notification should be sent to the entity author.

1 method overrides ContentModerationNotificationInterface::sendToAuthor()
ContentModerationNotification::sendToAuthor in src/Entity/ContentModerationNotification.php
Send the notification to the entity author.

File

src/ContentModerationNotificationInterface.php, line 26

Class

ContentModerationNotificationInterface
Defines a content moderation notification interface.

Namespace

Drupal\content_moderation_notifications

Code

public function sendToAuthor();