Deprecation: #97576 - TYPO3\CMS\Core\Utility\ResourceUtility
See forge#97576
Description
The class
\TYPO3\
has no usage in the Core
and is therefore marked as deprecated.
Impact
Calling any method of the class
\TYPO3\
will trigger a PHP
E_
error.
Affected installations
All installations using any method of
\TYPO3\
in their own code.
Migration
There is no direct replacement of this class. Extensions that depend on any of the class' methods should implement them in their codebase.