You are here

public function EntityformSubmission::getAuthorId in Entityform 8.2

File

lib/Drupal/entityform/Entity/EntityformSubmission.php, line 131
Definition of Drupal\entityform\Entity\EntityformSubmission.

Class

EntityformSubmission
Defines the entityform entity class.

Namespace

Drupal\entityform\Entity

Code

public function getAuthorId() {
  return $this
    ->get('uid')->target_id;
}