You are here

public function AuthcacheP13nTestContentEncoderStub::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/tests/authcache_p13n.stub.inc, line 278
Stub classes for testing.

Class

AuthcacheP13nTestContentEncoderStub
Stub class for content encoder.

Code

public function contentType() {
  return $this->observer
    ->record($this, __FUNCTION__, func_get_args());
}