Gets the current user.
Views plugins can receive the current user in order to not need dependency injection.
\Drupal\Core\Session\AccountInterface The current user.
public function getUser() { return $this->user; }