public function LearningPathMembersPluginBase::getGroupMembersIds in Opigno Learning path 8
Same name and namespace in other branches
- 3.x 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.
1 method overrides LearningPathMembersPluginBase::getGroupMembersIds()
- MembersPlugin::getGroupMembersIds in src/
Plugin/ LearningPathMembers/ MembersPlugin.php - Returns group members uids.
File
- src/
LearningPathMembersPluginBase.php, line 43
Class
- LearningPathMembersPluginBase
- Class LearningPathMembersPluginBase.
Namespace
Drupal\opigno_learning_pathCode
public function getGroupMembersIds(Group $group) {
}