You are here

public function LearningPathMembersPluginBase::getGroupMembersIds in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LearningPathMembersPluginBase.php \Drupal\opigno_learning_path\LearningPathMembersPluginBase::getGroupMembersIds()

Returns group members uids.

Parameters

\Drupal\group\Entity\Group $group: Group object.

Return value

array|null Array of members uids if exist, null otherwise.

File

src/LearningPathMembersPluginBase.php, line 43

Class

LearningPathMembersPluginBase
Class LearningPathMembersPluginBase.

Namespace

Drupal\opigno_learning_path

Code

public function getGroupMembersIds(Group $group) {
}