Deprecate getHTMLName on \OCP\Defaults

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-03-05 09:18:49 +01:00
parent ca1eed96be
commit 9dc5b8274e
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -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();