From 29eeeb2273782b72219c603e084a1d459514c361 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 13 Jul 2016 16:29:51 +0200 Subject: Save the files external mount id in the mount cache table --- lib/public/Files/Mount/IMountPoint.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/public/Files/Mount') diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index bc7bf81709f..824b60a1024 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.php @@ -102,4 +102,12 @@ interface IMountPoint { * @since 9.1.0 */ public function getStorageRootId(); + + /** + * Get the id of the configured mount + * + * @return int|null mount id or null if not applicable + * @since 9.1.0 + */ + public function getMountId(); } -- cgit v1.2.3