You are here

public function LearningPathAchievementController::buildTrainingProgressTitle in Opigno Learning path 3.x

Returns training progress title.

1 string reference to 'LearningPathAchievementController::buildTrainingProgressTitle'
opigno_learning_path.routing.yml in ./opigno_learning_path.routing.yml
opigno_learning_path.routing.yml

File

src/Controller/LearningPathAchievementController.php, line 1029

Class

LearningPathAchievementController
Class LearningPathAchievementController.

Namespace

Drupal\opigno_learning_path\Controller

Code

public function buildTrainingProgressTitle($group = NULL) {
  return $this
    ->t('My training progress');
}