Sends content for the current web response.
Return value
Response
File
 
   - drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php, line 296
Class
  
  - Response 
- Response represents an HTTP response.
Namespace
  Symfony\Component\HttpFoundation
Code
public function sendContent() {
  echo $this->content;
  return $this;
}