public function MeetingInterface::getNotifiedMembers in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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_moxtraCode
public function getNotifiedMembers();