From c30b9dacae2d10f75562141479c02b8f941c4181 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 22 Mar 2018 09:16:34 +0100 Subject: [PATCH] Deprecate implementsActions Signed-off-by: Roeland Jago Douma --- lib/public/UserInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index 61136783b3..b82fc6ba55 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);