MainThemeDirectoriesInterface
extends
VariableThemeDirectoriesInterface, BaseThemeDirectoriesInterface
in
Interface MainThemeDirectoriesInterface
Table of Contents
- getConfig() : ThemeDirectoryInterface
- Returns the config theme directory.
- getFonts() : ThemeDirectoryInterface
- Returns the fonts theme directory.
- getHtml() : ThemeDirectoryInterface
- Returns the html theme directory.
- getImages() : ThemeDirectory|null
- Returns the images directory.
- getJs() : ThemeDirectoryInterface
- Returns the js theme directory.
- getPrefix() : string
- getRoot() : ThemeDirectoryRootInterface
- Returns the directory root.
- getStyleEdit() : ThemeDirectory|null
- Returns the style edit theme directory.
- getStyles() : ThemeDirectoryInterface
- Returns the styles theme directory.
- getVariants() : ThemeDirectory|null
- Returns the variants directory
Methods
getConfig()
Returns the config theme directory.
public
getConfig() : ThemeDirectoryInterface
Return values
ThemeDirectoryInterface —getFonts()
Returns the fonts theme directory.
public
getFonts() : ThemeDirectoryInterface
Return values
ThemeDirectoryInterface —getHtml()
Returns the html theme directory.
public
getHtml() : ThemeDirectoryInterface
Return values
ThemeDirectoryInterface —getImages()
Returns the images directory.
public
getImages() : ThemeDirectory|null
Return values
ThemeDirectory|null —getJs()
Returns the js theme directory.
public
getJs() : ThemeDirectoryInterface
Return values
ThemeDirectoryInterface —getPrefix()
public
getPrefix() : string
Return values
string —getRoot()
Returns the directory root.
public
getRoot() : ThemeDirectoryRootInterface
Return values
ThemeDirectoryRootInterface —getStyleEdit()
Returns the style edit theme directory.
public
getStyleEdit() : ThemeDirectory|null
Return values
ThemeDirectory|null —getStyles()
Returns the styles theme directory.
public
getStyles() : ThemeDirectoryInterface
Return values
ThemeDirectoryInterface —getVariants()
Returns the variants directory
public
getVariants() : ThemeDirectory|null