You are here

public function DashboardService::__construct in Content Planner 8

Constructs a new DashboardService object.

File

src/DashboardService.php, line 20

Class

DashboardService
Class DashboardService.

Namespace

Drupal\content_planner

Code

public function __construct(DashboardSettingsService $dashboard_settings_service) {
  $this->dashboardSettingsService = $dashboard_settings_service;
}