You are here

public function YamlFormSubmissionInterface::setCreatedTime in YAML Form 8

Sets the creation date of the submission.

Parameters

int $created: The timestamp of when the submission was created.

Return value

$this

1 method overrides YamlFormSubmissionInterface::setCreatedTime()
YamlFormSubmission::setCreatedTime in src/Entity/YamlFormSubmission.php
Sets the creation date of the submission.

File

src/YamlFormSubmissionInterface.php, line 57

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function setCreatedTime($created);