Feature: #93209 - FAL: Add getFile() to TYPO3\CMS\Core\Resource\Folder
See forge#93209
Description
The FAL
\TYPO3\
object now contains a new
convenience method
get
.
The
\TYPO3\
does not contain the
definition yet, as this would be a breaking change, thus, a comment is added to
make sure the interface gets this addition in TYPO3 v12 as well.
Impact
When dealing as a developer with FAL Folder objects, the method
$folder->get
can now be used instead of
$folder->get
.