You are here

public function AuthcacheMenuLocalActionsFragment::render in Authenticated User Page Caching (Authcache) 7.2

Render and return local actions.

Overrides AuthcacheP13nFragmentInterface::render

File

modules/authcache_menu/includes/AuthcacheMenuLocalActionsFragment.inc, line 16
Defines authcache fragment for rendering local actions.

Class

AuthcacheMenuLocalActionsFragment
Render local actions.

Code

public function render($key, $subject, $context) {
  $actions = menu_local_actions();
  return render($actions);
}