---
title: "Deprecation: #92132 - ViewHelper f:be.buttons.shortcut"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-92132"
source: "Changelog/11.0/Deprecation-92132-DeprecatedViewHelperFbebuttonsshortcut.rst"
typo3-version: "11.0"
typo3-major: 11
type: "deprecation"
issue: 92132
forge: "https://forge.typo3.org/issues/92132"
tags: ["Fluid", "NotScanned", "ext:backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #92132 - ViewHelper f:be.buttons.shortcut {#deprecation-92132}

See [forge#92132](https://forge.typo3.org/issues/92132)

## Description {#description}

The Fluid ViewHelper `f:be.buttons.shortcut` has been marked as deprecated.

Additionally, the argument `getVars` of `ext:backend` related
ViewHelper `be:moduleLayout.button.shortcutButton` has been marked as deprecated.

## Impact {#impact}

Using ViewHelper `f:be.buttons.shortcut` and using argument `getVars` of
ViewHelper `be:moduleLayout.button.shortcutButton` will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

The ViewHelpers are occasionally used in backend module context to render the
shortcut / bookmark icon in the doc header. Some custom backend extensions may be affected.

## Migration {#migration}

Use `ext:backend` related ViewHelper `be:moduleLayout.button.shortcutButton`
with argument `arguments` instead, or use the `ButtonBar->makeShortcutButton()` API in PHP directly.
