/public/css/themes */ abstract class ThemeLoaderHook { /** * Get the path for the given theme * * @param ?string $theme * * @return ?string The path or NULL if the theme is unknown */ abstract public function getThemeFile(?string $theme): ?string; }