1 .. include:: ../../Includes.txt
3 =============================================================
4 Deprecation: #83793 - FAL ResourceStorage->dumpFileContents()
5 =============================================================
12 The method :php:`ResourceStorage->dumpFileContents()` has been marked as deprecated.
18 Calling this method will trigger a PHP deprecation notice.
21 Affected Installations
22 ======================
24 TYPO3 installations with extensions, which use the method.
30 Use :php:`ResourceStorage->streamFile()` instead.
32 .. index:: FAL, PHP-API, FullyScanned