class AuthcacheP13nTestEchoPartial in Authenticated User Page Caching (Authcache) 7.2
Stub partial.
Hierarchy
- class \AuthcacheP13nTestEchoPartial implements AuthcacheP13nFragmentInterface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AuthcacheP13nTestEchoPartial:: |
public | function |
Render and return fragment. Overrides AuthcacheP13nFragmentInterface:: |