Deprecation: #98488 - ContentObjectRenderer->getQueryArguments
See forge#98488
Description
The public method
TYPO3\
has been marked as deprecated.
Impact
Calling the method directly via PHP will trigger a PHP deprecation warning.
Affected installations
TYPO3 installations with custom third-party extensions calling this method directly, which is highly unlikely.
Migration
Use LinkFactory directly to create links with the typolink configuration option
typolink.
to create links with the same behaviour.