protected function Response::sendContent in RESTful 7.2
Sends content for the current web response.
1 call to Response::sendContent()
- Response::send in src/
Http/ Response.php - Sends HTTP headers and content.
File
- src/
Http/ Response.php, line 309 - Contains \Drupal\restful\Http\Response.
Class
Namespace
Drupal\restful\HttpCode
protected function sendContent() {
echo $this->content;
}