public function WebformSubmissionInterface::setChangedTime in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::setChangedTime()
Sets the timestamp of the last submission change.
Parameters
int $timestamp: The timestamp of the last submission save operation.
Return value
$this
File
- src/
WebformSubmissionInterface.php, line 120
Class
- WebformSubmissionInterface
- Provides an interface defining a webform submission entity.
Namespace
Drupal\webformCode
public function setChangedTime($timestamp);