You are here

public function AuthcacheP13nHTMLContent::contentType in Authenticated User Page Caching (Authcache) 7.2

Return an appropriate internet media type string.

Return the internet media type string identifying the output produced by the encoding function.

Overrides AuthcacheP13nContentEncoderInterface::contentType

File

modules/authcache_p13n/includes/AuthcacheP13nHTMLContent.inc, line 14
Defines content encoder for HTML.

Class

AuthcacheP13nHTMLContent
HTML content encoder.

Code

public function contentType() {
  return 'text/html; charset=UTF-8';
}