Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BinaryFileResponse.php
function BinaryFileResponse::getContent
Overrides
Response::getContent
File
vendor/
symfony/
http-foundation/
BinaryFileResponse.php
, line 366
Class
BinaryFileResponse
BinaryFileResponse represents an HTTP response delivering a file.
Namespace
Symfony\Component\HttpFoundation
Code
public
function
getContent
() : string|false {
return
false
; }
RSS feed