public function EntityEnclosingRequestInterface::getPostField

Get a POST field from the request

Parameters

string $field Field to retrieve:

Return value

mixed|null

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

File

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

Class

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

Namespace

Guzzle\Http\Message

Code

public function getPostField($field);