Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-03-08 10:54:42 +0300
committerGitHub <noreply@github.com>2021-03-08 10:54:42 +0300
commit43c8298dec7850d711a96af969832d792a02af5d (patch)
treee5922574063f4ee80cb1775988fbc255e0483498 /lib/public
parentf8c7ce5d48a00b01e18d71a38aeb8854b4204ba3 (diff)
parent9dc5b8274e8de667f78d3dae502a84b68f5a00a5 (diff)
Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLName
Deprecate getHTMLName on \OCP\Defaults
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Defaults.php1
1 files changed, 1 insertions, 0 deletions
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();