Return the user assigned to this task.
\Drupal\Core\Session\AccountInterface|null The user assigned to this task or NULL if there is no user assigned.
Overrides LocalTaskInterface::getAssignee
public function getAssignee() {
return $this
->get('tuid')->entity;
}