public function EntityEnclosingRequestInterface::getPostFields

Get the post fields that will be used in the request

Return value

QueryString

1 method overrides EntityEnclosingRequestInterface::getPostFields()
EntityEnclosingRequest::getPostFields in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
Get the post fields that will be used in the request

File

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

Class

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

Namespace

Guzzle\Http\Message

Code

public function getPostFields();