You are here

public function ILTInterface::getMembers in Opigno Instructor-led Trainings 8

Same name and namespace in other branches
  1. 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getMembers()

Returns members of the ILT.

Return value

\Drupal\user\Entity\User[] Array of users.

1 method overrides ILTInterface::getMembers()
ILT::getMembers in src/Entity/ILT.php
Returns members of the ILT.

File

src/ILTInterface.php, line 222

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getMembers();