You are here

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

Same name and namespace in other branches
  1. 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_moxtra

Code

public function isMember($user_id);