public function WebformSubmissionInterface::getChangedTime in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getChangedTime()
Gets the timestamp of the last submission change.
Return value
int The timestamp of the last submission save operation.
File
- src/
WebformSubmissionInterface.php, line 110
Class
- WebformSubmissionInterface
- Provides an interface defining a webform submission entity.
Namespace
Drupal\webformCode
public function getChangedTime();