You are here

public function LPStatusInterface::isFinished in Opigno Learning path 8

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

Checks if the training finished.

Return value

\Drupal\opigno_learning_path\LatestActivityInterface Boolean, true if the training was finished, false otherwise.

1 method overrides LPStatusInterface::isFinished()
LPStatus::isFinished in src/Entity/LPStatus.php
Checks if the training finished.

File

src/LPStatusInterface.php, line 155

Class

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

Namespace

Drupal\opigno_learning_path

Code

public function isFinished();