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,34 @@
.. include:: /Includes.rst.txt
.. _deprecation-85807:
================================================================
Deprecation: #85807 - EnvironmentService::isEnvironmentInCliMode
================================================================
See :issue:`85807`
Description
===========
The method :php:`TYPO3\CMS\Extbase\Service\EnvironmentService::isEnvironmentInCliMode()` has been marked as deprecated.
Impact
======
Calling the method will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Any TYPO3 installation with a custom extension calling the method above.
Migration
=========
Use :php:`TYPO3\CMS\Core\Core\Environment::isCli()` as replacement.
.. index:: PHP-API, FullyScanned, ext:extbase