You are here

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

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

Sets the user entity.

Parameters

\Drupal\user\UserInterface $account: The user entity.

Return value

$this

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

File

src/ILTResultInterface.php, line 66

Class

ILTResultInterface
Provides an interface defining a ILT Result entity.

Namespace

Drupal\opigno_ilt

Code

public function setUser(UserInterface $account);