public function Job::getOwner

File

src/Entity/Job.php, line 999

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getOwner() {
  return $this
    ->get('uid')->entity;
}