N°3898 - Remove ThemeHandler::GetCurrentThemeId()

This commit is contained in:
Stephen Abello
2025-07-29 10:11:20 +02:00
parent 504261a2c2
commit 00e117b05f

View File

@@ -55,18 +55,6 @@ class ThemeHandler
];
}
/**
* Return the ID of the theme currently defined in the config. file
*
* @deprecated 3.0.0, will be removed in 3.1, see N°3898
* @return string
*/
public static function GetCurrentThemeId()
{
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
static::GetCurrentUserThemeId();
}
/**
* @return string ID of the theme currently defined in the config. file, which applies to all users by default. If non defined, fallback on the default one.
* @since 3.0.0