public function EntityformSubmission::getRevisionAuthor in Entityform 8.2
Same name and namespace in other branches
- 8.3 src/Entity/EntityformSubmission.php \Drupal\entityform\Entity\EntityformSubmission::getRevisionAuthor()
File
- lib/
Drupal/ entityform/ Entity/ EntityformSubmission.php, line 161 - Definition of Drupal\entityform\Entity\EntityformSubmission.
Class
- EntityformSubmission
- Defines the entityform entity class.
Namespace
Drupal\entityform\EntityCode
public function getRevisionAuthor() {
return $this
->get('revision_uid')->entity;
}