Resolvers
class Resolvers
Methods
static array|string
Details
at line 59
static array|string
simple(Themes $themes, string $themeKey, string $cssExt, string $cssFile)
In the simple format, the CSS file is loaded from the extension's "css" subdir; if it's missing, then it searches the parents.
To use an alternate subdir, override "prefix".
Simple themes may use the "search_order" to assimilate content from other themes.
at line 92
static array|string
fallback(Themes $themes, string $themeKey, string $cssExt, string $cssFile)
The base handler falls back to loading files from the main application (rather than using the theme).