public function LearningPathManagerController::updateItem in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/Controller/LearningPathManagerController.php \Drupal\opigno_learning_path\Controller\LearningPathManagerController::updateItem()
TODO: Update item from ajax drupal entity form.
1 string reference to 'LearningPathManagerController::updateItem'
File
- src/
Controller/ LearningPathManagerController.php, line 545
Class
- LearningPathManagerController
- Controller for all the actions of the Learning Path manager app.
Namespace
Drupal\opigno_learning_path\ControllerCode
public function updateItem(Request $request) {
}