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/IDashboardWidget.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/IDashboardWidget.php')
-rw-r--r-- | lib/public/Dashboard/IDashboardWidget.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/Dashboard/IDashboardWidget.php b/lib/public/Dashboard/IDashboardWidget.php index ef8b9c74d15..4d1b0c11475 100644 --- a/lib/public/Dashboard/IDashboardWidget.php +++ b/lib/public/Dashboard/IDashboardWidget.php @@ -45,6 +45,7 @@ use OCP\Dashboard\Model\WidgetTemplate; * Multiple widget can be defined in the same appinfo/info.xml. * * @since 15.0.0 + * @deprecated 20.0.0 * * @package OCP\Dashboard */ @@ -54,6 +55,7 @@ interface IDashboardWidget { * Should returns the (unique) Id of the widget. * * @since 15.0.0 + * @deprecated 20.0.0 * * @return string */ @@ -64,6 +66,7 @@ interface IDashboardWidget { * Should returns the [display] name of the widget. * * @since 15.0.0 + * @deprecated 20.0.0 * * @return string */ @@ -75,6 +78,7 @@ interface IDashboardWidget { * This description is displayed in the listing of the available widgets. * * @since 15.0.0 + * @deprecated 20.0.0 * * @return string */ @@ -88,6 +92,7 @@ interface IDashboardWidget { * @see WidgetTemplate * * @since 15.0.0 + * @deprecated 20.0.0 * * @return WidgetTemplate */ @@ -101,6 +106,7 @@ interface IDashboardWidget { * @see WidgetSetup * * @since 15.0.0 + * @deprecated 20.0.0 * * @return WidgetSetup */ @@ -119,6 +125,7 @@ interface IDashboardWidget { * @see IWidgetConfig * * @since 15.0.0 + * @deprecated 20.0.0 * * @param IWidgetConfig $settings */ @@ -134,6 +141,7 @@ interface IDashboardWidget { * @see IWidgetRequest * * @since 15.0.0 + * @deprecated 20.0.0 * * @param IWidgetRequest $request */ |