You are here

public function WorkflowTransition::getTimestamp in Workflow 7.2

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

Return value

mixed

1 method overrides WorkflowTransition::getTimestamp()
WorkflowScheduledTransition::getTimestamp in includes/Entity/WorkflowScheduledTransition.php
Returns the time on which the transitions was or will be executed.

File

includes/Entity/WorkflowTransition.php, line 616
Contains workflow\includes\Entity\WorkflowTransition. Contains workflow\includes\Entity\WorkflowTransitionController.

Class

WorkflowTransition
Implements an actual Transition.

Code

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