ThemeDirectoriesInterface

Extends

Interface ThemeDirectoriesInterface

package

Default

Methods

Returns the config theme directory.

getConfig() : \ThemeDirectoryInterface

Returns the custom HTML directory.

getCustomHtml() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the custom scripts directory.

getCustomJs() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the custom styles directory.

getCustomStyles() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the HTML directory.

getHtml() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the images directory.

getImages() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the scripts directory.

getJs() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the directory root.

getRoot() : \ThemeDirectoryRootInterface

Returns the style edit theme directory.

getStyleEdit() : \ThemeDirectory|null

Response

\ThemeDirectory|null

Returns the styles directory.

getStyles() : \ThemeDirectory|null

Response

\ThemeDirectory|null