You are here

public function WebformSubmissionInterface::setChangedTime in Webform 6.x

Same name and namespace in other branches
  1. 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\webform

Code

public function setChangedTime($timestamp);