Actions
Bug #51509
closedMissing API interface FileInterface::getNameWithoutExtension
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-08-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The method getNameWithoutExtension was added to the interface FileInterface in #41768. It was implemented correctly, but due to a syntax error in the closing phpdoc comment header it was never officially part of the interface.
We need to fix this. Undecided yet if we will backport that addition to 6.1 and 6.0, but it seems to make sense.
Most classes will probably subclass AbstractFile which already contains this methods, so there shouldn't be a problem for these. Only affected classes could be extensions implementing the interface directly.
Actions