You are here

public function KanbanLogService::__construct in Content Planner 8

Constructs a new KanbanLogService object.

File

modules/content_kanban/src/KanbanLogService.php, line 32

Class

KanbanLogService
Class KanbanLogService.

Namespace

Drupal\content_kanban

Code

public function __construct(Connection $database, EntityTypeManager $entityTypeManager) {
  $this->database = $database;
  $this->entityTypeManager = $entityTypeManager;
}