public function Request::getContent in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::getContent()
- 8 vendor/symfony/browser-kit/Request.php \Symfony\Component\BrowserKit\Request::getContent()
Same name and namespace in other branches
- 8.0 vendor/symfony/browser-kit/Request.php \Symfony\Component\BrowserKit\Request::getContent()
Gets the request raw body data.
Return value
string The request raw body data.
File
- vendor/
symfony/ browser-kit/ Request.php, line 116
Class
- Request
- Request object.
Namespace
Symfony\Component\BrowserKitCode
public function getContent() {
return $this->content;
}