Files
cms-core/Documentation/Changelog/9.0/Deprecation-82903-DeprecateClientUtility.rst

39 lines
699 B
ReStructuredText

.. include:: /Includes.rst.txt
.. _deprecation-82903:
=============================================
Deprecation: #82903 - Deprecate ClientUtility
=============================================
See :issue:`82903`
Description
===========
Class :php:`\TYPO3\CMS\Core\Utility\ClientUtility` has been marked as deprecated and should not be
used any longer.
Impact
======
Using this class will throw a deprecation warning.
Affected Installations
======================
Instances with extensions using the methods of the class:
- :php:`getBrowserInfo`
- :php:`getVersion`
Migration
=========
Use a 3rd party API like https://github.com/piwik/device-detector
.. index:: PHP-API, FullyScanned