public function MeetingInterface::addMember in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::addMember()
Adds member to the meeting.
Parameters
int $uid: The user ID.
Return value
$this
1 method overrides MeetingInterface::addMember()
- Meeting::addMember in src/
Entity/ Meeting.php - Adds member to the meeting.
File
- src/
MeetingInterface.php, line 196
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function addMember($uid);