mediatekformation

RequestHandlerInterface

Submits forms if they were submitted.

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

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

The current request

Return values
mixed

isFileUpload()

Returns true if the given data is a file upload.

public isFileUpload(mixed $data) : bool
Parameters
$data : mixed

The form field data

Return values
bool

Search results