You are here

public function WebformSubmissionInterface::setCompletedTime in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::setCompletedTime()

Sets the timestamp of the submission completion.

Parameters

int $timestamp: The timestamp of the submission completion.

Return value

$this

1 method overrides WebformSubmissionInterface::setCompletedTime()
WebformSubmission::setCompletedTime in src/Entity/WebformSubmission.php
Sets the timestamp of the submission completion.

File

src/WebformSubmissionInterface.php, line 138

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setCompletedTime($timestamp);