You are here

public function YamlFormSubmissionInterface::getCompletedTime in YAML Form 8

Gets the timestamp of the submission completion.

Return value

int The timestamp of the submission completion.

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

File

src/YamlFormSubmissionInterface.php, line 83

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getCompletedTime();