You are here

public function AuthcacheP13nContentEncoderInterface::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.

3 methods override AuthcacheP13nContentEncoderInterface::contentType()
AuthcacheP13nHTMLContent::contentType in modules/authcache_p13n/includes/AuthcacheP13nHTMLContent.inc
Return an appropriate internet media type string.
AuthcacheP13nJSONContent::contentType in modules/authcache_p13n/includes/AuthcacheP13nJSONContent.inc
Return an appropriate internet media type string.
AuthcacheP13nTestContentEncoderStub::contentType in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Return an appropriate internet media type string.

File

modules/authcache_p13n/includes/AuthcacheP13nContentEncoderInterface.inc, line 18
Defines content encoder interface.

Class

AuthcacheP13nContentEncoderInterface
Interface for content encoders.

Code

public function contentType();