Sulu\Bundle\ResourceBundle\Controller\TemplateController::filterFormAction PHP Метод

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

Returns the template for the form of a filter.
public filterFormAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function filterFormAction()
    {
        $conjunctions = $this->container->getParameter('sulu_resource.filters.conjunction');
        return $this->render('SuluResourceBundle:Template:filter.form.html.twig', ['conjunctions' => $conjunctions]);
    }