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