PHP Class Sylius\Bundle\ResourceBundle\Form\Extension\HttpFoundation\HttpFoundationRequestHandler

Always submits the form, even if there are no fields sent.
See also: Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
Inheritance: implements Symfony\Component\Form\RequestHandlerInterface
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Symfony\Component\Form\Util\ServerParams $serverParams = null )
handleRequest ( Symfony\Component\Form\FormInterface $form, $request = null )

Method Details

__construct() public method

public __construct ( Symfony\Component\Form\Util\ServerParams $serverParams = null )
$serverParams Symfony\Component\Form\Util\ServerParams

handleRequest() public method

public handleRequest ( Symfony\Component\Form\FormInterface $form, $request = null )
$form Symfony\Component\Form\FormInterface