/** * Returns the logged in User * * @return User|null */ public function getLoggedUser() { return $this->userFactory->getLoggedUser(); }