You are here

public function LPStatusInterface::getTrainingId in Opigno Learning path 8

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

Gets the training ID.

Return value

int The training ID.

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

File

src/LPStatusInterface.php, line 22

Class

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

Namespace

Drupal\opigno_learning_path

Code

public function getTrainingId();