public function MeetingInterface::isMember in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::isMember()
Checks if the user is a member of the live meeting or related training.
Parameters
int $user_id: User ID.
Return value
bool TRUE if the user is a member, FALSE otherwise.
1 method overrides MeetingInterface::isMember()
- Meeting::isMember in src/
Entity/ Meeting.php - Checks if the user is a member of the live meeting or related training.
File
- src/
MeetingInterface.php, line 289
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function isMember($user_id);