Sulu\Bundle\ContactBundle\Controller\TemplateController::contactListAction PHP Метод

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

Returns Template for contact list.
public contactListAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function contactListAction()
    {
        return $this->render('SuluContactBundle:Template:contact.list.html.twig', $this->getContactListData());
    }