You are here

public function ILTResultInterface::getUser in Opigno Instructor-led Trainings 8

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

Returns the user entity.

Return value

\Drupal\user\UserInterface The user entity.

1 method overrides ILTResultInterface::getUser()
ILTResult::getUser in src/Entity/ILTResult.php
Returns the user entity.

File

src/ILTResultInterface.php, line 56

Class

ILTResultInterface
Provides an interface defining a ILT Result entity.

Namespace

Drupal\opigno_ilt

Code

public function getUser();