Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
file system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2021 at 11:28 UTC
Updated:
13 Oct 2021 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostComment #3
longwave@Dries asked that we review this given getDirectoryPath() and dirname() both exist in this class. But dirname() exists because that's part of the stream wrapper interface, and we are stuck with getDirectoryPath() now unless we go down a whole deprecation/BC route to change it, and I don't see a better name anyway - it returns the directory path that the wrapper is responsible for.
Therefore I think the @todo is OK to remove and no other changes need to be made here.
Comment #5
catchCommitted 0b3a4ce and pushed to 9.3.x. Thanks!