ThemeDirectoryRootInterface

Extends

Interface ThemeDirectoryRootInterface

package

Default

Methods

Returns an absolute path, which represents a theme directory.

getPath() : string

Response

string

hasPath

hasPath(string $path) : mixed

Arguments

$path

string

path to be checked

Response

mixed

Appends the given path to the internal theme path and returns a new ThemeDirectoryRootInterface instance.

withPath(string $path) : \ThemeDirectoryRootInterface

Arguments

$path

string

Path to append.

Response

\ThemeDirectoryRootInterface

New instance.