RequestHandlerInterface
interface RequestHandlerInterface
Submits forms if they were submitted.
Methods
void
handleRequest(FormInterface$form,mixed$request =null)
Submits a form if it was submitted.
bool
isFileUpload(mixed$data)
Returns true if the given data is a file upload.