public function EntityEnclosingRequestInterface::getPostFile

Get a POST file from the request

Parameters

string $fieldName POST fields to retrieve:

Return value

array|null Returns an array wrapping an array of PostFileInterface objects

1 method overrides EntityEnclosingRequestInterface::getPostFile()
EntityEnclosingRequest::getPostFile in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
Get a POST file from the request

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php, line 95

Class

EntityEnclosingRequestInterface
HTTP request that sends an entity-body in the request message (POST, PUT)

Namespace

Guzzle\Http\Message

Code

public function getPostFile($fieldName);