You are here

public function DashboardSettingsService::getSettings in Content Planner 8

Gets the complete settings config of the module.

Return value

\Drupal\Core\Config\ImmutableConfig The complete settings config of the module.

1 call to DashboardSettingsService::getSettings()
DashboardSettingsService::getBlockConfigurations in src/DashboardSettingsService.php
Get Block configurations.

File

src/DashboardSettingsService.php, line 37

Class

DashboardSettingsService
Class DashboardSettingsService.

Namespace

Drupal\content_planner

Code

public function getSettings() {
  return $this->configFactory
    ->get(self::CONFIG_NAME);
}