-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Finder] Get filename without extension #30664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Finder] Get filename without extension #30664
Conversation
antonch1989
commented
Mar 24, 2019
•
edited by nicolas-grekas
Loading
edited by nicolas-grekas
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #30655 |
License | MIT |
Doc PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution, please fix the table in the PR header, because this is no bugfix, but a feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's a minor comment.
137f287
to
821e55a
Compare
Thank you @antonch1989. |
This PR was squashed before being merged into the 4.3-dev branch (closes #30664). Discussion ---------- [Finder] Get filename without extension | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30655 | License | MIT | Doc PR | Commits ------- 821e55a [Finder] Get filename without extension
Thank you for this contribution, can you please add some documentation for this new feature? |
I find this method confusing. It's called getFilenameWithoutExtension('foo.html'); // foo
getFilenameWithoutExtension('foo.html.twig'); // foo.html
getFilenameWithoutExtension('foo.tar.gz'); // foo.tar I expected |