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.

Details

void handleRequest(FormInterface$form,mixed$request =null)

Submits a form if it was submitted.

Parameters

FormInterface $form
mixed $request

Return Value

void

bool isFileUpload(mixed$data)

Returns true if the given data is a file upload.

Parameters

mixed $data

Return Value

bool