You are here

public function AuthcachePollFragment::load in Authenticated User Page Caching (Authcache) 7.2

Load requested nodes.

Overrides AuthcacheP13nFragmentLoaderInterface::load

File

modules/authcache_poll/includes/AuthcachePollFragment.inc, line 27
Defines personalized fragment for polls.

Class

AuthcachePollFragment
Personalized fragment handler for polls.

Code

public function load($nids, $context) {
  return node_load_multiple($nids);
}