You are here

public function WorkspaceInterface::removeMember in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/WorkspaceInterface.php \Drupal\opigno_moxtra\WorkspaceInterface::removeMember()

Removes member from the workspace.

Parameters

int $uid: The user ID.

Return value

$this

1 method overrides WorkspaceInterface::removeMember()
Workspace::removeMember in src/Entity/Workspace.php
Removes member from the workspace.

File

src/WorkspaceInterface.php, line 94

Class

WorkspaceInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function removeMember($uid);