You are here

public function AuthcacheP13nSettingInterface::get in Authenticated User Page Caching (Authcache) 7.2

Return a setting.

Parameters

any $params: Params set by the client.

array $context: Additional run-time per-request context (key-value pairs).

Return value

string Return an associative array.

5 methods override AuthcacheP13nSettingInterface::get()
AuthcacheCommentNumNewSetting::get in modules/authcache_comment/includes/AuthcacheCommentNumNewSetting.inc
Number of new comments for given nids.
AuthcacheForumNumNewSetting::get in modules/authcache_forum/includes/AuthcacheForumNumNewSetting.inc
Number of new forum topics for user.
AuthcacheNodeHistorySetting::get in modules/authcache_node_history/includes/AuthcacheNodeHistorySetting.inc
Determine which comments need to be marked.
AuthcacheP13nTestEchoSetting::get in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Return a setting.
AuthcacheUserSetting::get in modules/authcache_user/includes/AuthcacheUserSetting.inc
Return profile data of currently logged in user.

File

modules/authcache_p13n/includes/AuthcacheP13nSettingInterface.inc, line 23
Defines authcache personalized setting getter.

Class

AuthcacheP13nSettingInterface
Interface for personalization setting getters.

Code

public function get($params, $context);