diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 09:16:34 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 16:32:04 +0100 |
commit | c30b9dacae2d10f75562141479c02b8f941c4181 (patch) | |
tree | b9e8256fe51d8aff5e6e82976f114448b8c18d8e /lib/public/UserInterface.php | |
parent | 140e7b609fb4d97e7ab3469ea4360de4c16af10c (diff) | |
download | nextcloud-server-c30b9dacae2d10f75562141479c02b8f941c4181.tar.gz nextcloud-server-c30b9dacae2d10f75562141479c02b8f941c4181.zip |
Deprecate implementsActions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/UserInterface.php')
-rw-r--r-- | lib/public/UserInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index 61136783b3c..b82fc6ba550 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.php @@ -48,6 +48,7 @@ interface UserInterface { * Returns the supported actions as int to be * compared with \OC\User\Backend::CREATE_USER etc. * @since 4.5.0 + * @deprecated 14.0.0 Switch to the interfaces from OCP\User\Backend */ public function implementsActions($actions); |