You are here

public function MeetingInterface::getMembers in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getMembers()

Returns members of the meeting.

Return value

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

1 method overrides MeetingInterface::getMembers()
Meeting::getMembers in src/Entity/Meeting.php
Returns members of the meeting.

File

src/MeetingInterface.php, line 232

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getMembers();