StyleEdit3ThemeConfigurationReader
extends StyleEdit3ConfigurationReader
in package
implements
StyleEdit3ThemeConfigurationReaderInterface
Class StyleEdit3ThemeConfigurationReader
Interfaces, Classes and Traits
- StyleEdit3ThemeConfigurationReaderInterface
- Interface StyleEdit3ThemeConfigurationReaderInterface
Table of Contents
- PATH_PREFIX = 'themes/'
- $filesystem : FilesystemAdapter
- __construct() : mixed
- StyleEdit3ThemeConfigurationReader constructor.
- configurations() : array<string|int, string>
- themeIsPreview() : bool
Constants
PATH_PREFIX
protected
string
PATH_PREFIX
= 'themes/'
Properties
$filesystem
protected
FilesystemAdapter
$filesystem
Methods
__construct()
StyleEdit3ThemeConfigurationReader constructor.
public
__construct(FilesystemAdapter $filesystem) : mixed
Parameters
- $filesystem : FilesystemAdapter
Return values
mixed —configurations()
public
configurations() : array<string|int, string>
Tags
Return values
array<string|int, string> —paths to a StyleEdit3 json file from the root of the shop
themeIsPreview()
protected
themeIsPreview(string $themeDirectory) : bool
Parameters
- $themeDirectory : string