public function LPStatusInterface::getTraining in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::getTraining()
Gets the training entity.
Return value
\Drupal\group\Entity\GroupInterface The training entity.
1 method overrides LPStatusInterface::getTraining()
- LPStatus::getTraining in src/
Entity/ LPStatus.php - Gets the training entity.
File
- src/
LPStatusInterface.php, line 41
Class
- LPStatusInterface
- Provides an interface defining a User Learning Path Attempt Status entity.
Namespace
Drupal\opigno_learning_pathCode
public function getTraining();