diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-05-27 09:10:40 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-07-15 09:24:51 +0200 |
commit | 544fcdb549381f233dbfd9ca57cf6e7afb490104 (patch) | |
tree | 3f97719183cb8bff8a9eaf22999c05e9de98f33e /lib/public/Dashboard/Service/IWidgetsService.php | |
parent | 673d70dfc5ac5cab63bda1c0d0d5d7a21bf420e9 (diff) | |
download | nextcloud-server-544fcdb549381f233dbfd9ca57cf6e7afb490104.tar.gz nextcloud-server-544fcdb549381f233dbfd9ca57cf6e7afb490104.zip |
Deprecate old dashboard API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Dashboard/Service/IWidgetsService.php')
-rw-r--r-- | lib/public/Dashboard/Service/IWidgetsService.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Dashboard/Service/IWidgetsService.php b/lib/public/Dashboard/Service/IWidgetsService.php index dea20489e13..059d91a6661 100644 --- a/lib/public/Dashboard/Service/IWidgetsService.php +++ b/lib/public/Dashboard/Service/IWidgetsService.php @@ -36,6 +36,7 @@ use OCP\Dashboard\Model\IWidgetConfig; * configuration of a widget for a user. * * @since 15.0.0 + * @deprecated 20.0.0 * * @package OCP\Dashboard\Service */ @@ -45,6 +46,7 @@ interface IWidgetsService { * Returns the IWidgetConfig for a widgetId and userId * * @since 15.0.0 + * @deprecated 20.0.0 * * @param string $widgetId * @param string $userId |