public function TripalEntityCollection::getUser

3.x TripalEntityCollection.inc public TripalEntityCollection::getUser()

Retrieves the user object of the user that owns the collection

Return value

A Drupal user object.

File

tripal/includes/TripalEntityCollection.inc, line 381

Class

TripalEntityCollection

Code

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