You are here

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

1 call to LogType::getWorkflowId()
LogType::calculateDependencies in src/Entity/LogType.php
Calculates dependencies and stores them in the dependency property.

File

src/Entity/LogType.php, line 152

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

public function getWorkflowId() {
  return $this->workflow;
}