public function LearningPathController::editIndex in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Controller/LearningPathController.php \Drupal\opigno_module\Controller\LearningPathController::editIndex()
Edit index.
1 string reference to 'LearningPathController::editIndex'
File
- src/
Controller/ LearningPathController.php, line 34
Class
- LearningPathController
- Class LearningPathController.
Namespace
Drupal\opigno_module\ControllerCode
public function editIndex($opigno_module) {
return \Drupal::service('entity.form_builder')
->getForm($opigno_module);
}