public function Invite::getInvitee in Invite 8
File
- src/
Entity/ Invite.php, line 157
Class
- Invite
- Defines the Invite entity.
Namespace
Drupal\invite\EntityCode
public function getInvitee() {
return $this
->get('invitee')->entity;
}
public function getInvitee() {
return $this
->get('invitee')->entity;
}