PHP Class Sulu\Bundle\ResourceBundle\Controller\TemplateController

Inheritance: extends Sulu\Component\Rest\RestController
Show file Open project: sulu/sulu

Public Methods

Method Description
filterFormAction ( ) : Response Returns the template for the form of a filter.
filterListAction ( ) : Response Returns the template for the list of a filter.

Method Details

filterFormAction() public method

Returns the template for the form of a filter.
public filterFormAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

filterListAction() public method

Returns the template for the list of a filter.
public filterListAction ( ) : Response
return Symfony\Component\HttpFoundation\Response