ShortcutManager.getThemeByName

Locates a theme by the name of the theme.

If @theme_name is %NULL, then the internal theme is used. You probably dont need to use that as it is used by various controllers to hook up their default actions.

class ShortcutManager
getThemeByName
(
string themeName
)

Parameters

themeName
Type: string

the name of a theme or %NULL of the internal theme

Return Value

A #DzlShortcutTheme or %NULL.

Meta