You are here

public function LogType::setWorkflowId in Log entity 2.x

File

src/Entity/LogType.php, line 159

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

public function setWorkflowId($workflow_id) {
  $this->workflow = $workflow_id;
  return $this;
}