ThemeDirectoryRootInterface

Extends

Interface ThemeDirectoryRootInterface

package

Default

Methods

Returns an absolute path, which represents a theme directory.

getPath() : string

Response

string

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.