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-85701:
=======================================================
Deprecation: #85701 - Various methods in ModuleTemplate
=======================================================
See :issue:`85701`
Description
===========
The methods :php:`ModuleTemplate::icons()` and :php:`ModuleTemplate::loadJavascriptLib()`
have been marked as deprecated and will be removed in TYPO3 v10.
Impact
======
Calling one of the mentioned methods will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Third party code which calls the methods mentioned.
Migration
=========
There is no migration for the method :php:`ModuleTemplate::icons()` available.
The method :php:`ModuleTemplate::loadJavascriptLib()` can be replaced by using :php:`PageRenderer` directly.
.. index:: Backend, FullyScanned