You are here

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

Render and return local actions.

Overrides AuthcacheP13nFragmentInterface::render

File

modules/authcache_menu/includes/AuthcacheToolbarShortcutsFragment.inc, line 16
Defines authcache fragment for rendering shortcuts.

Class

AuthcacheToolbarShortcutsFragment
Render shortcuts.

Code

public function render($key, $subject, $context) {
  $element = shortcut_toolbar_pre_render(array());
  return render($element);
}