public function EntityEnclosingRequestInterface::getBody

Get the body of the request if set

Return value

EntityBodyInterface|null

1 method overrides EntityEnclosingRequestInterface::getBody()
EntityEnclosingRequest::getBody in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
Get the body of the request if set

File

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

Class

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

Namespace

Guzzle\Http\Message

Code

public function getBody();