Deprecation: #85895 - Deprecate File::_getMetaData()¶
See forge#85895
Description¶
The internal method TYPO3\
which is used to fetch meta data of a file
has been marked as deprecated. This method has been superseded by the \TYPO3\
.
Impact¶
Using this method will trigger a PHP E_
error.
Affected Installations¶
Any 3rd party extension calling :php:
TYPO3CMSCoreResourceFile::_getMetaData()` is affected.
Migration¶
To fetch the meta data, call $file
instead.