aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-08-09 15:52:13 +0200
committerRobin Appelman <robin@icewind.nl>2016-08-09 15:52:13 +0200
commita999420c7561791a30ac05ac389876f45aa6c11b (patch)
tree61a75d06f4cef5560732816dc518222e91a49532 /lib/public
parentc04b0364acecc3b9c9bf5ee37d0e7db5b5b5234a (diff)
downloadnextcloud-server-a999420c7561791a30ac05ac389876f45aa6c11b.tar.gz
nextcloud-server-a999420c7561791a30ac05ac389876f45aa6c11b.zip
get shared storage storage id without setting up the storage
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Mount/IMountPoint.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php
index f9a00af7cb5..0876d8b11d6 100644
--- a/lib/public/Files/Mount/IMountPoint.php
+++ b/lib/public/Files/Mount/IMountPoint.php
@@ -62,6 +62,14 @@ interface IMountPoint {
public function getStorageId();
/**
+ * Get the id of the storages
+ *
+ * @return int
+ * @since 9.1.0
+ */
+ public function getNumericStorageId();
+
+ /**
* Get the path relative to the mountpoint
*
* @param string $path absolute path to a file or folder