ThemeDirectoryInterface
in
Interface ThemeDirectoryInterface
Table of Contents
- getChildren() : ThemeDirectoryCollection|null
- Returns a list of all directories in the current theme (non-recursively).
- getFiles() : array<string|int, string>
- Returns a list of all files in the current theme (non-recursively).
- getRoot() : ThemeDirectoryRootInterface
- Returns the theme directories root path.
Methods
getChildren()
Returns a list of all directories in the current theme (non-recursively).
public
getChildren() : ThemeDirectoryCollection|null
Return values
ThemeDirectoryCollection|null —getFiles()
Returns a list of all files in the current theme (non-recursively).
public
getFiles() : array<string|int, string>
Return values
array<string|int, string> —getRoot()
Returns the theme directories root path.
public
getRoot() : ThemeDirectoryRootInterface