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-91806:
================================================
Deprecation: #91806 - BackendUtility viewOnClick
================================================
See :issue:`91806`
Description
===========
Method :php:`BackendUtility::viewOnClick()` is discouraged to be used
due to its inline JavaScript and has been deprecated now.
Impact
======
Using the method will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Extensions calling this static method will be affected. The extension
scanner will find usages as strong match.
Migration
=========
The :php:`\TYPO3\CMS\Backend\Routing\PreviewUriBuilder` should be used
instead as described in
:doc:`/Changelog/11.0/Important-91123-AvoidUsingBackendUtilityViewOnClick`.
.. index:: Backend, JavaScript, PHP-API, FullyScanned, ext:backend