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