public function YamlFormSubmissionInterface::setCompletedTime in YAML Form 8
Sets the timestamp of the submission completion.
Parameters
int $timestamp: The timestamp of the submission completion.
Return value
$this
1 method overrides YamlFormSubmissionInterface::setCompletedTime()
- YamlFormSubmission::setCompletedTime in src/
Entity/ YamlFormSubmission.php  - Sets the timestamp of the submission completion.
 
File
- src/
YamlFormSubmissionInterface.php, line 93  
Class
- YamlFormSubmissionInterface
 - Provides an interface defining a form submission entity.
 
Namespace
Drupal\yamlformCode
public function setCompletedTime($timestamp);