You are here

public function AuthcacheP13nContentEncoderInterface::encode in Authenticated User Page Caching (Authcache) 7.2

Serialize a result produced by AuthcacheP13nContentBuilder::build().

3 methods override AuthcacheP13nContentEncoderInterface::encode()
AuthcacheP13nHTMLContent::encode in modules/authcache_p13n/includes/AuthcacheP13nHTMLContent.inc
Serialize a result produced by AuthcacheP13nContentBuilder::build().
AuthcacheP13nJSONContent::encode in modules/authcache_p13n/includes/AuthcacheP13nJSONContent.inc
Serialize a result produced by AuthcacheP13nContentBuilder::build().
AuthcacheP13nTestContentEncoderStub::encode in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Serialize a result produced by AuthcacheP13nContentBuilder::build().

File

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

Class

AuthcacheP13nContentEncoderInterface
Interface for content encoders.

Code

public function encode($result);