WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::getAuthenticatedAdmin PHP Method

getAuthenticatedAdmin() protected method

protected getAuthenticatedAdmin ( ) : WellCommerce\Bundle\AdminBundle\Entity\UserInterface
return WellCommerce\Bundle\AdminBundle\Entity\UserInterface
    protected function getAuthenticatedAdmin() : UserInterface
    {
        return $this->getSecurityHelper()->getAuthenticatedAdmin();
    }