You are here

public function ILTResultInterface::getStatusString in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTResultInterface.php \Drupal\opigno_ilt\ILTResultInterface::getStatusString()

Returns the user status as string.

Return value

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

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

File

src/ILTResultInterface.php, line 103

Class

ILTResultInterface
Provides an interface defining a ILT Result entity.

Namespace

Drupal\opigno_ilt

Code

public function getStatusString();