public function WorkspaceInterface::getMembers in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/WorkspaceInterface.php \Drupal\opigno_moxtra\WorkspaceInterface::getMembers()
Returns members of the workspace.
Return value
\Drupal\user\Entity\User[] Array of users.
1 method overrides WorkspaceInterface::getMembers()
- Workspace::getMembers in src/
Entity/ Workspace.php - Returns members of the workspace.
File
- src/
WorkspaceInterface.php, line 110
Class
- WorkspaceInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getMembers();