From 9dc5b8274e8de667f78d3dae502a84b68f5a00a5 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 5 Mar 2021 09:18:49 +0100 Subject: Deprecate getHTMLName on \OCP\Defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/Defaults.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 990644a6cb2..8f5ed68d189 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -118,6 +118,7 @@ class Defaults { * name of your ownCloud instance containing HTML styles * @return string * @since 8.0.0 + * @depreacted 22.0.0 */ public function getHTMLName() { return $this->defaults->getHTMLName(); -- cgit v1.2.3