You are here

public function ILTInterface::removeNotifiedMember in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::removeNotifiedMember()

Removes recipient from email notification to the ILT.

Parameters

int $uid: The user ID.

Return value

$this

1 method overrides ILTInterface::removeNotifiedMember()
ILT::removeNotifiedMember in src/Entity/ILT.php
Removes recipient from email notification to the ILT.

File

src/ILTInterface.php, line 242

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function removeNotifiedMember($uid);