public function DashboardController::dashboardDefaultBlocks in Opigno dashboard 8
Same name and namespace in other branches
- 3.x src/Controller/DashboardController.php \Drupal\opigno_dashboard\Controller\DashboardController::dashboardDefaultBlocks()
1 string reference to 'DashboardController::dashboardDefaultBlocks'
File
- src/
Controller/ DashboardController.php, line 15
Class
- DashboardController
- Controller for all the actions of the Learning Path manager app.
Namespace
Drupal\opigno_dashboard\ControllerCode
public function dashboardDefaultBlocks() {
return [];
}