You are here

public function Entityform::user in Entityform 7

Same name and namespace in other branches
  1. 7.2 entityform.module \Entityform::user()

Returns the user who submitted this form.

File

./entityform.module, line 1139
Module for the Entityform Entity - a starting point to create your own Entity and associated administration interface

Class

Entityform
The class used for entityform entities

Code

public function user() {
  return user_load($this->uid);
}