RequestHandlerInterface
in
Submits forms if they were submitted.
Tags
Table of Contents
Methods
- handleRequest() : mixed
- Submits a form if it was submitted.
- isFileUpload() : bool
- Returns true if the given data is a file upload.
Methods
handleRequest()
Submits a form if it was submitted.
public
handleRequest(FormInterface $form[, mixed $request = null ]) : mixed
Parameters
- $form : FormInterface
- $request : mixed = null
isFileUpload()
Returns true if the given data is a file upload.
public
isFileUpload(mixed $data) : bool
Parameters
- $data : mixed