WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::getAuthenticatedAdmin PHP Méthode

getAuthenticatedAdmin() protected méthode

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