You are here

public function DashboardService::getDashboardSettings in Content Planner 8

Gets the dashboard settings.

Return value

\Drupal\Core\Config\ImmutableConfig The current dashboard config.

File

src/DashboardService.php, line 30

Class

DashboardService
Class DashboardService.

Namespace

Drupal\content_planner

Code

public function getDashboardSettings() {
  return $this->dashboardSettingsService
    ->getSettings();
}