public function AuthcacheP13nRequestHandlerInterface::handle in Authenticated User Page Caching (Authcache) 7.2
Render and print the response according to the given parameters.
3 methods override AuthcacheP13nRequestHandlerInterface::handle()
- AuthcacheP13nDefaultRequestHandler::handle in modules/
authcache_p13n/ includes/ AuthcacheP13nDefaultRequestHandler.inc - Render and print the response according to the given parameters.
- AuthcacheP13nTestRequestHandlerBadStub::handle in modules/
authcache_p13n/ tests/ authcache_p13n.stub.inc - Render and print the response according to the given parameters.
- AuthcacheP13nTestRequestHandlerStub::handle in modules/
authcache_p13n/ tests/ authcache_p13n.stub.inc - Render and print the response according to the given parameters.
File
- modules/
authcache_p13n/ includes/ AuthcacheP13nRequestHandlerInterface.inc, line 14 - Defines request handler interface.
Class
- AuthcacheP13nRequestHandlerInterface
- Request handler interface.
Code
public function handle($params);