Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Finder] Get filename without extension#30664
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
fabpot left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
137f287 to821e55aComparefabpot commentedMar 27, 2019
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
OskarStark commentedMar 27, 2019
Thank you for this contribution, can you please add some documentation for this new feature? |
javiereguiluz commentedMar 29, 2019
I find this method confusing. It's called getFilenameWithoutExtension('foo.html');// foogetFilenameWithoutExtension('foo.html.twig');// foo.htmlgetFilenameWithoutExtension('foo.tar.gz');// foo.tar I expected |
Uh oh!
There was an error while loading.Please reload this page.