You are here

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

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

Returns the user status.

Return value

int|null The user status, or NULL in case the user status field has not been set on the entity.

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

File

src/ILTResultInterface.php, line 94

Class

ILTResultInterface
Provides an interface defining a ILT Result entity.

Namespace

Drupal\opigno_ilt

Code

public function getStatus();