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,42 @@
.. include:: /Includes.rst.txt
.. _deprecation-70477:
==================================================
Deprecation: #70477 - Deprecate SpriteIcon classes
==================================================
See :issue:`70477`
Description
===========
The following classes have been marked as deprecated.
.. code-block:: php
\TYPO3\CMS\Backend\Sprite\AbstractSpriteHandler
\TYPO3\CMS\Backend\Sprite\SimpleSpriteHandler
\TYPO3\CMS\Backend\Sprite\SpriteBuildingHandler
Impact
======
Any usage of these classes will trigger a deprecation log entry.
Affected Installations
======================
Extensions that use these PHP classes.
Migration
=========
Use the `IconRegistry` to register icons.
.. index:: PHP-API, Backend