Constructs a new ThemeRegistryLoader object.
\Drupal\Core\Theme\Registry $theme_registry: The theme registry.
Overrides FilesystemLoader::__construct
public function __construct(Registry $theme_registry) { $this->themeRegistry = $theme_registry; }