Deprecation: #71917 - Deprecate the argument 'hsc' for getLL, getLLL, sL and pi_getLL
See forge#71917
Description
The parameter
$hsc within the following methods of
\TYPO3\ has been marked as deprecated:
getLL () getLLL () sL ()
The parameter
$hsc within the following method of
\TYPO3\ has been marked as deprecated:
pi_get LL ()
Impact
Directly or indirectly using any of the methods
get,
get,
s or
pi_ with the parameter
$hsc will trigger a deprecation log entry.
Affected Installations
Any installation with a third-party extension calling one of the methods in its PHP code.
Migration
If the return value of these methods is output in HTML context use
htmlspecialchars directly to properly escape the content.