You are here

public function Invite::getInvitee in Invite 8

File

src/Entity/Invite.php, line 157

Class

Invite
Defines the Invite entity.

Namespace

Drupal\invite\Entity

Code

public function getInvitee() {
  return $this
    ->get('invitee')->entity;
}