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