You are here

public function ILTInterface::isMember in Opigno Instructor-led Trainings 8

Same name and namespace in other branches
  1. 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::isMember()

Checks if the user is a member of the ILT or related training.

Parameters

int $user_id: User ID.

Return value

bool TRUE if the user is a member, FALSE otherwise.

1 method overrides ILTInterface::isMember()
ILT::isMember in src/Entity/ILT.php
Checks if the user is a member of the ILT or related training.

File

src/ILTInterface.php, line 279

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function isMember($user_id);