public function LatestActivityInterface::getTrainingId in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::getTrainingId()
Gets the training ID.
Return value
int The training ID.
1 method overrides LatestActivityInterface::getTrainingId()
- LatestActivity::getTrainingId in src/
Entity/ LatestActivity.php - Gets the training ID.
File
- src/
LatestActivityInterface.php, line 21
Class
- LatestActivityInterface
- Provides an interface defining a LatestActivity entity.
Namespace
Drupal\opigno_learning_pathCode
public function getTrainingId();