You are here

public function WebformSubmissionInterface::getCreatedTime in Webform 6.x

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

Returns the time that the submission was created.

Return value

int The timestamp of when the submission was created.

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

File

src/WebformSubmissionInterface.php, line 92

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getCreatedTime();