You are here

public function LPStatusInterface::isStarted in Opigno Learning path 8

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

Checks if the training finished.

Return value

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

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

File

src/LPStatusInterface.php, line 182

Class

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

Namespace

Drupal\opigno_learning_path

Code

public function isStarted();