Overrides CommentInterface::getAuthorEmail
public function getAuthorEmail() { $mail = $this->get('mail')->value; if ($this->get('uid')->target_id != 0) { $mail = $this->get('uid')->entity ->getEmail(); } return $mail; }