Deprecation: #97576 - TYPO3\CMS\Core\Utility\ResourceUtility 

See forge#97576

Description 

The class \TYPO3\CMS\Core\Utility\ResourceUtility has no usage in the Core and is therefore marked as deprecated.

Impact 

Calling any method of the class \TYPO3\CMS\Core\Utility\ResourceUtility will trigger a PHP E_USER_DEPRECATED error.

Affected installations 

All installations using any method of \TYPO3\CMS\Core\Utility\ResourceUtility 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.