TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user