class ThemeProvider implements ProviderInterface (View source)

Properties

protected string $name

The name of this provider.

protected string $themeHandle

The handle of the theme

protected ThemeProviderInterface $themeProvider

The theme preset provider.

protected PresetInterface[] $presets

The available layout presets.

Methods

__construct(ThemeProviderInterface $interface)

No description

getName()

No description

getPresets()

No description

string
getThemeHandle()

Get the handle of the theme.

getThemeProvider()

Get the theme preset provider.

Details

__construct(ThemeProviderInterface $interface)

No description

Parameters

ThemeProviderInterface $interface

getName()

No description

getPresets()

No description

string getThemeHandle()

Get the handle of the theme.

Return Value

string

ThemeProviderInterface getThemeProvider()

Get the theme preset provider.

Return Value

ThemeProviderInterface