We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation: #84994 - BackendUtility::getPidForModTSconfig()
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.html
.. include:: ../../Includes.txt
============================================================
See :issue:84994
84994
Description
===========
Method :php:TYPO3\CMS\backend\Utility\BackendUtility::getPidForModTSconfig() has
TYPO3\CMS\backend\Utility\BackendUtility::getPidForModTSconfig()
been marked as deprecated and should not be used any longer.
Impact
======
Calling the method will trigger a PHP :php:E_USER_DEPRECATED error.
E_USER_DEPRECATED
Affected Installations
======================
Extensions that call that method, even if is marked as internal. The extension scanner will find usages.
Migration
=========
Drop the method call and copy the one-liner implementation into consuming code.
.. index:: Backend, PHP-API, TSConfig, FullyScanned
The text was updated successfully, but these errors were encountered:
[TASK] Copy method getPidForModTSconfig over
e7b3336
Resolves: #1069
[TASK] Copy method getPidForModTSconfig over (#1595)
4a759b3
sabbelasichon
Successfully merging a pull request may close this issue.
Deprecation: #84994 - BackendUtility::getPidForModTSconfig()
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.html
.. include:: ../../Includes.txt
============================================================
Deprecation: #84994 - BackendUtility::getPidForModTSconfig()
============================================================
See :issue:
84994
Description
===========
Method :php:
TYPO3\CMS\backend\Utility\BackendUtility::getPidForModTSconfig()
hasbeen marked as deprecated and should not be used any longer.
Impact
======
Calling the method will trigger a PHP :php:
E_USER_DEPRECATED
error.Affected Installations
======================
Extensions that call that method, even if is marked as internal. The extension scanner will find usages.
Migration
=========
Drop the method call and copy the one-liner implementation into consuming code.
.. index:: Backend, PHP-API, TSConfig, FullyScanned
The text was updated successfully, but these errors were encountered: