public function KanbanWorkflowService::__construct in Content Planner 8
Constructs a new NewsService object.
File
- modules/
content_kanban/ src/ KanbanWorkflowService.php, line 42
Class
- KanbanWorkflowService
- Class KanbanWorkflowService.
Namespace
Drupal\content_kanbanCode
public function __construct(Connection $database, ModerationInformationInterface $moderation_information, KanbanLogService $kanban_log_service) {
$this->database = $database;
$this->moderationInformation = $moderation_information;
$this->kanbanLogService = $kanban_log_service;
}