function Contact::getOwner

File

modules/content_entity_example/src/Entity/Contact.php, line 158

Class

Contact
Defines the ContentEntityExample entity.

Namespace

Drupal\content_entity_example\Entity

Code

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