mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Deprecate implementsActions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
140e7b609f
commit
c30b9dacae
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue