public function ContentModerationNotificationInterface::getRoleIds in Content Moderation Notifications 8.3
Same name and namespace in other branches
- 8.2 src/ContentModerationNotificationInterface.php \Drupal\content_moderation_notifications\ContentModerationNotificationInterface::getRoleIds()
Gets the relevant roles for this notification.
Return value
string[] The role IDs that should receive notification.
1 method overrides ContentModerationNotificationInterface::getRoleIds()
- ContentModerationNotification::getRoleIds in src/
Entity/ ContentModerationNotification.php - Gets the relevant roles for this notification.
File
- src/
ContentModerationNotificationInterface.php, line 50
Class
- ContentModerationNotificationInterface
- Defines a content moderation notification interface.
Namespace
Drupal\content_moderation_notificationsCode
public function getRoleIds();