Bug #51509
closedMissing API interface FileInterface::getNameWithoutExtension
100%
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.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23453
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23453
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23454
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23455
Updated by Ernesto Baschny about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f1ab4995fa6123c765647c03fe00860190a09def.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed