You are here

public function WebformSubmissionInterface::getCompletedTime in Webform 6.x

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

Gets the timestamp of the submission completion.

Return value

int The timestamp of the submission completion.

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

File

src/WebformSubmissionInterface.php, line 128

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getCompletedTime();