You are here

public function AuthcacheP13nTestRequestHandlerStub::handle in Authenticated User Page Caching (Authcache) 7.2

Render and print the response according to the given parameters.

Overrides AuthcacheP13nRequestHandlerInterface::handle

File

modules/authcache_p13n/tests/authcache_p13n.stub.inc, line 594
Stub classes for testing.

Class

AuthcacheP13nTestRequestHandlerStub
Stub request handler.

Code

public function handle($params) {
  print serialize($params);
}