public function WorkspaceInterface::setMembers in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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_moxtraCode
public function setMembers($uids);