You are here

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

Same name and namespace in other branches
  1. 8 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_moxtra

Code

public function getMembersIds();