You are here

public function LPStatusInterface::getStarted in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::getStarted()

Gets the training started timestamp.

Return value

int The timestamp.

1 method overrides LPStatusInterface::getStarted()
LPStatus::getStarted in src/Entity/LPStatus.php
Gets the training started timestamp.

File

src/LPStatusInterface.php, line 163

Class

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

Namespace

Drupal\opigno_learning_path

Code

public function getStarted();