You are here

public function KanbanLog::getWorkflowId in Content Planner 8

File

modules/content_kanban/src/Entity/KanbanLog.php, line 203

Class

KanbanLog
Defines the Kanban Log entity.

Namespace

Drupal\content_kanban\Entity

Code

public function getWorkflowId() {
  return $this
    ->get('workflow_id')->target_id;
}