public function ContentModerationNotificationInterface::disableSiteMail in Content Moderation Notifications 8.3
Send the notification to the site mail address.
Return value
bool Returns FALSE if the notification should be sent to site mail address.
1 method overrides ContentModerationNotificationInterface::disableSiteMail()
- ContentModerationNotification::disableSiteMail in src/
Entity/ ContentModerationNotification.php - Send the notification to the site mail address.
File
- src/
ContentModerationNotificationInterface.php, line 34
Class
- ContentModerationNotificationInterface
- Defines a content moderation notification interface.
Namespace
Drupal\content_moderation_notificationsCode
public function disableSiteMail();