---
title: "Breaking: #73016 - Renaming of Clipboard->printContentFromTab to getContentFromTab"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-73016"
source: "Changelog/8.5/Breaking-73016-RenamingOfClipboard-printContentFromTabToGetContentFromTab.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #73016 - Renaming of Clipboard->printContentFromTab to getContentFromTab

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

## Description

During the fluidification of the clipboard, it became obvious that the method
`printContentFromTab()` doesn't describe the method correctly anymore. So it has been
renamed to `getContentFromTab()`.

## Impact

This is a public method, so it could be that some unknown extension calls the old
function. But as no TER extension or the core itself calls the method, no deprecation
is needed.

## Affected Installations

Every extension that calls `Clipboard->printContentFromTab()`.

## Migration

Change the call from `Clipboard->printContentFromTab()` to `Clipboard->getContentFromTab()`.
