public function MeetingInterface::getMembersIds in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getMembersIds()
Returns ids of the members of the meeting.
Return value
int[] Array of users IDs.
1 method overrides MeetingInterface::getMembersIds()
- Meeting::getMembersIds in src/
Entity/ Meeting.php - Returns ids of the members of the meeting.
File
- src/
MeetingInterface.php, line 214
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getMembersIds();