You are here

public function Message::getBody in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php \Symfony\Bridge\PsrHttpMessage\Tests\Fixtures\Message::getBody()

Gets the body of the message.

Return value

StreamInterface Returns the body as a stream.

Overrides MessageInterface::getBody

File

vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php, line 80

Class

Message
Message.

Namespace

Symfony\Bridge\PsrHttpMessage\Tests\Fixtures

Code

public function getBody() {
  return $this->body;
}