FormInterface::handleRequest()

FormInterface handleRequest(mixed $request = null)

Inspects the given request and calls {@link submit()} if the form was submitted.

Internally, the request is forwarded to the configured {@link RequestHandlerInterface} instance, which determines whether to submit the form or not.

Parameters

mixed $request The request to handle

Return Value

FormInterface The form instance
doc_Symfony
2016-10-28 06:19:00
Comments
Leave a Comment

Please login to continue.