public function Response::getCharset

Retrieves the response charset.

@api

Return value

string Character set

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php, line 455

Class

Response
Response represents an HTTP response.

Namespace

Symfony\Component\HttpFoundation

Code

public function getCharset() {
  return $this->charset;
}