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,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-73514:
============================================
Deprecation: #73514 - IncludeLibrary Methods
============================================
See :issue:`73514`
Description
===========
The PHP methods `\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->includeLibraries()`
and `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->includeLibs()`
to include PHP libraries during frontend output have been marked as deprecated.
Impact
======
Calling any of the methods above will trigger a deprecation log entry.
Affected Installations
======================
Any installation using custom Frontend output modified via PHP and TypoScript through e.g. a custom CType
provided by a special extension.
Migration
=========
Use proper object orientation and class loading methods to load code in the Frontend when necessary.
.. index:: PHP-API, Frontend