StyleEdit3ConfigurationInterface
in
Interface StyleEdit3ConfigurationInterface
Table of Contents
- customCss() : string
- isActive() : bool
- name() : string
- Users chosen name for the configuration
- path() : string
- settings() : array<string|int, stdClass>
- style() : string
- type() : string
- Is this configuration for a template or a theme
Methods
customCss()
public
customCss() : string
Return values
string —isActive()
public
isActive() : bool
Return values
bool —name()
Users chosen name for the configuration
public
name() : string
Return values
string —path()
public
path() : string
Return values
string —path to the configuration file
settings()
public
settings() : array<string|int, stdClass>
Return values
array<string|int, stdClass> —style()
public
style() : string
Return values
string —type()
Is this configuration for a template or a theme
public
type() : string