You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/public/Files/Cache/IFileAccess.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,11 @@ public function getByAncestorInStorage(int $storageId, int $folderId, int $fileI
104
104
* Optionally rewrites home directory root paths to avoid cache and trashbin.
105
105
*
106
106
* @param list<string> $mountProviders An array of mount provider class names to filter. If empty, all providers will be included.
107
-
* @param bool $rewriteHomeDirectories Whether to rewrite the root path IDs for home directories to only include user files.
107
+
* @param bool $onlyUserFilesMounts Whether to rewrite the root IDs for home directories to only include user files and to only consider mounts with mount points in the user files.
108
108
* @return \Generator<array{storage_id: int, root_id: int, overridden_root: int}> A generator yielding mount configurations as an array containing 'storage_id', 'root_id', and 'override_root'.
0 commit comments