ExportDefaultsService
in package
Class ExportDefaultsService
Table of Contents
- $filesystem : FilesystemAdapter
- $themeService : StyleEditThemeService
- __construct() : mixed
- ExportService constructor.
- getConfiguration() : ThemeConfiguration
- setNewDefaults() : void
- settingsJsonForTheme() : array<string|int, stdClass>
Properties
$filesystem
protected
FilesystemAdapter
$filesystem
$themeService
protected
StyleEditThemeService
$themeService
Methods
__construct()
ExportService constructor.
public
__construct() : mixed
Tags
Return values
mixed —getConfiguration()
public
getConfiguration(string $themeId) : ThemeConfiguration
Parameters
- $themeId : string
Tags
Return values
ThemeConfiguration —setNewDefaults()
public
setNewDefaults(string $themeId, ThemeConfiguration $configuration) : void
Parameters
- $themeId : string
- $configuration : ThemeConfiguration
Tags
Return values
void —settingsJsonForTheme()
protected
settingsJsonForTheme(string $themeId) : array<string|int, stdClass>
Parameters
- $themeId : string