You are here

public function YamlFormSubmissionInterface::getCreatedTime in YAML Form 8

Returns the time that the submission was created.

Return value

int The timestamp of when the submission was created.

1 method overrides YamlFormSubmissionInterface::getCreatedTime()
YamlFormSubmission::getCreatedTime in src/Entity/YamlFormSubmission.php
Returns the time that the submission was created.

File

src/YamlFormSubmissionInterface.php, line 47

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getCreatedTime();