You are here

public function YamlFormSubmissionInterface::getChangedTime in YAML Form 8

Gets the timestamp of the last submission change.

Return value

int The timestamp of the last submission save operation.

File

src/YamlFormSubmissionInterface.php, line 65

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getChangedTime();