You are here

public function KanbanService::getKanbanSettings in Content Planner 8

Gets the Kanban settings.

Return value

\Drupal\Core\Config\ImmutableConfig Returns the Kanban settings immutable config.

1 call to KanbanService::getKanbanSettings()
KanbanService::useContentCalendarColors in modules/content_kanban/src/KanbanService.php
Checks if the option to use the Content Calendar colors is active.

File

modules/content_kanban/src/KanbanService.php, line 116

Class

KanbanService
Class KanbanService.

Namespace

Drupal\content_kanban

Code

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