Searched refs:current_theme (Results 1 – 2 of 2) sorted by relevance
440 $current_theme = Registry::container()->get(ModuleThemeInterface::class); variable443 …$submenus = $themes->map(static function (ModuleThemeInterface $theme) use ($current_theme): Menu {444 $active = $theme->name() === $current_theme->name();
877 * @param ModuleThemeInterface $current_theme879 public function bootModules(ModuleThemeInterface $current_theme): void argument883 if ($module instanceof ModuleThemeInterface && $module !== $current_theme) {