function Contact::getOwner
Same name in other branches
- 3.x modules/content_entity_example/src/Entity/Contact.php \Drupal\content_entity_example\Entity\Contact::getOwner()
- 4.0.x modules/content_entity_example/src/Entity/Contact.php \Drupal\content_entity_example\Entity\Contact::getOwner()
File
-
content_entity_example/
src/ Entity/ Contact.php, line 158
Class
- Contact
- Defines the ContentEntityExample entity.
Namespace
Drupal\content_entity_example\EntityCode
public function getOwner() {
return $this->get('user_id')->entity;
}