From ab9a36e872173b34be2e678de0c452885e3b48d8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 26 Apr 2017 14:53:11 +0200 Subject: allow apps to set custom mount types Signed-off-by: Robin Appelman --- lib/public/Files/Mount/IMountPoint.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/public') diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index 0876d8b11d6..47830c68ffb 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.php @@ -119,4 +119,13 @@ interface IMountPoint { * @since 9.1.0 */ public function getMountId(); + + /** + * Get the type of mount point, used to distinguish things like shares and external storages + * in the web interface + * + * @return string + * @since 12.0.0 + */ + public function getMountType(); } -- cgit v1.2.3