phpDocumentor

ThemeInterface extends ThemeDirectoriesInterface, IdentifiedThemeInterface
in

Interface ThemeInterface

Table of Contents

getConfig()  : ThemeDirectoryInterface
Returns the config theme directory.
getCustomHtml()  : ThemeDirectory|null
Returns the custom HTML directory.
getCustomJs()  : ThemeDirectory|null
Returns the custom scripts directory.
getCustomStyles()  : ThemeDirectory|null
Returns the custom styles directory.
getFonts()  : ThemeDirectory|null
Returns the fonts directory.
getHtml()  : ThemeDirectoryInterface
Returns the html theme directory.
getId()  : ThemeId
Returns the theme id
getImages()  : ThemeDirectory|null
Returns the images directory.
getJs()  : ThemeDirectoryInterface
Returns the js theme directory.
getJsExtensions()  : ThemeDirectory|null
Returns the script extension directory
getParentTheme()  : ThemeInterface|null
Return the parent theme
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
hasParent()  : bool
Return whether there is a parent theme
toMainTheme()  : MainThemeInterface
Convert to main theme

Methods

hasParent()

Return whether there is a parent theme

public hasParent() : bool
Return values
bool

Search results