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,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-67506:
====================================================
Deprecation: #67506 - Deprecate IconUtility::getIcon
====================================================
See :issue:`67506`
Description
===========
The method `IconUtility::getIcon()` which was used for generating overlaid icons for records has been marked as deprecated.
Impact
======
All calls to the PHP method will throw a deprecation warning.
Affected Installations
======================
Instances with third-party extensions modifying the TYPO3 Backend with a custom module or hook and calling `IconUtility::getIcon()`.
Migration
=========
Use `IconUtility::getSpriteIconForRecord()` instead.
.. index:: PHP-API, Backend