public function WorkflowTransitionInterface::getTimestamp in Workflow 8
Returns the time on which the transitions was or will be executed.
1 method overrides WorkflowTransitionInterface::getTimestamp()
- WorkflowTransition::getTimestamp in src/
Entity/ WorkflowTransition.php - Returns the time on which the transitions was or will be executed.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 207
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function getTimestamp();