You are here

public function LearningPathController::editIndex in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Controller/LearningPathController.php \Drupal\opigno_module\Controller\LearningPathController::editIndex()

Edit index.

1 string reference to 'LearningPathController::editIndex'
opigno_module.routing.yml in ./opigno_module.routing.yml
opigno_module.routing.yml

File

src/Controller/LearningPathController.php, line 34

Class

LearningPathController
Class LearningPathController.

Namespace

Drupal\opigno_module\Controller

Code

public function editIndex($opigno_module) {
  return \Drupal::service('entity.form_builder')
    ->getForm($opigno_module);
}