You are here

public function WebformSubmissionInterface::setCreatedTime in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::setCreatedTime()

Sets the creation date of the submission.

Parameters

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

Return value

$this

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

File

src/WebformSubmissionInterface.php, line 102

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setCreatedTime($created);