class ActiveThemeProvider implements ProviderInterface (View source)

Properties

protected string $name

The name of this provider.

protected PresetInterface[] $presets

The available layout presets.

protected Theme|null $theme

The theme that provides the presets.

Methods

__construct(Request $request, Service $siteService)

No description

getName()

No description

getPresets()

No description

Theme|null
getTheme()

Get the theme that provides the presets.

string
getThemeHandle()

Get the handle of the theme that provides the presets.

Details

__construct(Request $request, Service $siteService)

No description

Parameters

Request $request
Service $siteService

getName()

No description

getPresets()

No description

Theme|null getTheme()

Get the theme that provides the presets.

Return Value

Theme|null

string getThemeHandle()

Get the handle of the theme that provides the presets.

Return Value

string