35 lines
764 B
ReStructuredText
35 lines
764 B
ReStructuredText
.. 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
|