TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-83942:
====================================================
Deprecation: #83942 - Deprecated FileFacade::getIcon
====================================================
See :issue:`83942`
Description
===========
The method :php:`\TYPO3\CMS\Filelist\FileFacade::getIcon` has been marked as deprecated.
Impact
======
Calling the method :php:`\TYPO3\CMS\Filelist\FileFacade::getIcon` will trigger a deprecation warning.
Affected Installations
======================
Instances with extensions using the method :php:`\TYPO3\CMS\Filelist\FileFacade::getIcon`
Migration
=========
Either use the ViewHelper :html:`<core:iconForResource resource="{file}" />` or
:php:`GeneralUtility::makeInstance(IconFactory::class)->getIconForResource($resource)` to render a resource-based icon.
.. index:: FAL, FullyScanned