You are here

class AuthcacheP13nTestEchoSetting in Authenticated User Page Caching (Authcache) 7.2

Stub class for setting renderer

Hierarchy

Expanded class hierarchy of AuthcacheP13nTestEchoSetting

File

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

View source
class AuthcacheP13nTestEchoSetting implements AuthcacheP13nSettingInterface {

  /**
   * {@inheritdoc}
   */
  public function get($params, $context) {
    return array(
      'params' => $params,
    );
  }

}

Members