Ojs\UserBundle\Controller\UserApiController::getApiKeyAction PHP Метод

getApiKeyAction() публичный Метод

public getApiKeyAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function getApiKeyAction()
    {
        return $this->render('@OjsUser/API/get_api_key.html.twig');
    }