Deprecation: #73050 - Deprecated random generator methods in GeneralUtility
See forge#73050
Description
The method
\TYPO3\
has been marked as deprecated in favor of
\TYPO3\
.
Also the method
\TYPO3\
has been marked as deprecated in favor of
\TYPO3\
.
Impact
Calling this methods directly will trigger a deprecation log entry.
Affected Installations
Any TYPO3 instance that use
General
or
General
directly within an extension or third-party code.
Migration
Replace calls to
General
with
General
.
Also replace calls to
General
with
General
.