You are here

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

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

Returns meeting members ids that received the email notification.

Return value

int[] Array of users IDs.

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

File

src/MeetingInterface.php, line 260

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getNotifiedMembersIds();