Files
cms-core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst

37 lines
753 B
ReStructuredText

.. 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