public function Response::getCharset in RESTful 7.2
Retrieves the response charset.
Return value
string Character set
Overrides ResponseInterface::getCharset
File
- src/
Http/ Response.php, line 349 - Contains \Drupal\restful\Http\Response.
Class
Namespace
Drupal\restful\HttpCode
public function getCharset() {
return $this->charset;
}