Ojs\UserBundle\Controller\UserApiController::getApiKeyAction PHP Method

getApiKeyAction() public method

public getApiKeyAction ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function getApiKeyAction()
    {
        return $this->render('@OjsUser/API/get_api_key.html.twig');
    }