You are here

public function MeetingInterface::removeNotifiedMember in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::removeNotifiedMember()

Removes member that received the email notification from the meeting.

Parameters

int $uid: The user ID.

Return value

$this

1 method overrides MeetingInterface::removeNotifiedMember()
Meeting::removeNotifiedMember in src/Entity/Meeting.php
Removes member that received the email notification from the meeting.

File

src/MeetingInterface.php, line 252

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function removeNotifiedMember($uid);