Api\V1\Engine\Client::display PHP Method

display() public method

public display ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function display()
    {
        $content = $this->tpl->render(array('url' => $this->url, 'languages' => $this->languages, 'modules' => $this->modules));
        return new Response($content, 200);
    }