You are here

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

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

Sets the entity's Moxtra workspace Members value.

Parameters

array $uids: The Workspace members.

Return value

$this

1 method overrides WorkspaceInterface::setMembers()
Workspace::setMembers in src/Entity/Workspace.php
Sets the entity's Moxtra workspace Members value.

File

src/WorkspaceInterface.php, line 74

Class

WorkspaceInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setMembers($uids);