You are here

interface AuthcacheP13nRequestHandlerInterface in Authenticated User Page Caching (Authcache) 7.2

Request handler interface.

Hierarchy

Expanded class hierarchy of AuthcacheP13nRequestHandlerInterface

All classes that implement AuthcacheP13nRequestHandlerInterface

File

modules/authcache_p13n/includes/AuthcacheP13nRequestHandlerInterface.inc, line 10
Defines request handler interface.

View source
interface AuthcacheP13nRequestHandlerInterface {

  /**
   * Render and print the response according to the given parameters.
   */
  public function handle($params);

}

Members

Namesort descending Modifiers Type Description Overrides
AuthcacheP13nRequestHandlerInterface::handle public function Render and print the response according to the given parameters. 3