You are here

public function YamlFormSubmissionInterface::setChangedTime in YAML Form 8

Sets the timestamp of the last submission change.

Parameters

int $timestamp: The timestamp of the last submission save operation.

Return value

$this

File

src/YamlFormSubmissionInterface.php, line 75

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function setChangedTime($timestamp);