You are here

public function ContentModerationNotificationInterface::getRoleIds in Content Moderation Notifications 8.2

Same name and namespace in other branches
  1. 8.3 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 26

Class

ContentModerationNotificationInterface
Defines a content moderation notification interface.

Namespace

Drupal\content_moderation_notifications

Code

public function getRoleIds();