public function ILTInterface::addNotifiedMember in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::addNotifiedMember()
Adds recipient for email notification to the ILT.
Parameters
int $uid: The user ID.
Return value
$this
1 method overrides ILTInterface::addNotifiedMember()
- ILT::addNotifiedMember in src/
Entity/ ILT.php - Adds recipient for email notification to the ILT.
File
- src/
ILTInterface.php, line 232
Class
- ILTInterface
- Provides an interface defining a ILT entity.
Namespace
Drupal\opigno_iltCode
public function addNotifiedMember($uid);