---
title: "Deprecation: #83793 - FAL ResourceStorage->dumpFileContents()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83793"
source: "Changelog/9.5/Deprecation-83793-FALResourceStorage-dumpFileContents.rst"
typo3-version: "9.5"
typo3-major: 9
type: "deprecation"
issue: 83793
forge: "https://forge.typo3.org/issues/83793"
tags: ["FAL", "PHP-API", "FullyScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #83793 - FAL ResourceStorage->dumpFileContents() {#deprecation-83793}

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

## Description {#description}

The method `TYPO3\CMS\Core\Resource\ResourceStorage->dumpFileContents()` has been marked as deprecated.

## Impact {#impact}

Calling this method will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

TYPO3 installations with extensions, which use the method.

## Migration {#migration}

Use `TYPO3\CMS\Core\Resource\ResourceStorage->streamFile()` instead.
