You are here

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

Render and return menu tabs.

Overrides AuthcacheP13nFragmentInterface::render

File

modules/authcache_menu/includes/AuthcacheMenuLocalTabsFragment.inc, line 16
Defines an authcache fragment for rendering menu tabs.

Class

AuthcacheMenuLocalTabsFragment
Render menu tabs

Code

public function render($key, $subject, $context) {
  $tabs = menu_local_tabs();
  return render($tabs);
}