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_plannerCode
public function getDashboardSettings() {
return $this->dashboardSettingsService
->getSettings();
}