You are here

public function DashboardController::getUserDefaultPositioning in Opigno dashboard 8

Returns user default positioning.

File

src/Controller/DashboardController.php, line 203

Class

DashboardController
Controller for all the actions of the Learning Path manager app.

Namespace

Drupal\opigno_dashboard\Controller

Code

public function getUserDefaultPositioning() {
  $positioning = $this
    ->getPositioning(NULL, TRUE, TRUE);
  return $positioning;
}