You are here

public function WorkflowScheduledTransition::getTimestamp in Workflow 7.2

Returns the time on which the transitions was or will be executed.

Return value

mixed

Overrides WorkflowTransition::getTimestamp

File

includes/Entity/WorkflowScheduledTransition.php, line 161
Contains workflow\includes\Entity\WorkflowScheduledTransition.

Class

WorkflowScheduledTransition
Implements a scheduled transition, as shown on Workflow form.

Code

public function getTimestamp() {
  return $this->scheduled;
}