public function ILTInterface::getMembersIds in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getMembersIds()
Returns ids of the members of the ILT.
Return value
int[] Array of users IDs.
1 method overrides ILTInterface::getMembersIds()
- ILT::getMembersIds in src/
Entity/ ILT.php - Returns ids of the members of the ILT.
File
- src/
ILTInterface.php, line 204
Class
- ILTInterface
- Provides an interface defining a ILT entity.
Namespace
Drupal\opigno_iltCode
public function getMembersIds();