You are here

class AuthcacheP13nTestEchoPartial in Authenticated User Page Caching (Authcache) 7.2

Stub partial.

Hierarchy

Expanded class hierarchy of AuthcacheP13nTestEchoPartial

File

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

View source
class AuthcacheP13nTestEchoPartial implements AuthcacheP13nFragmentInterface {

  /**
   * {@inheritdoc}
   */
  public function render($key, $subject, $context) {
    return array(
      'key' => $key,
      'subject' => $subject,
    );
  }

}

Members