You are here

public function MeetingInterface::getNotifiedMembers in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getNotifiedMembers()

Returns members of the meeting that received the email notification.

Return value

\Drupal\user\Entity\User[] Array of users.

1 method overrides MeetingInterface::getNotifiedMembers()
Meeting::getNotifiedMembers in src/Entity/Meeting.php
Returns members of the meeting that received the email notification.

File

src/MeetingInterface.php, line 278

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getNotifiedMembers();