You are here

public function LPStatusInterface::getStatus in Opigno Learning path 8

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

Gets the training status.

Return value

string|null Training status.

1 method overrides LPStatusInterface::getStatus()
LPStatus::getStatus in src/Entity/LPStatus.php
Gets the training status.

File

src/LPStatusInterface.php, line 98

Class

LPStatusInterface
Provides an interface defining a User Learning Path Attempt Status entity.

Namespace

Drupal\opigno_learning_path

Code

public function getStatus();