core->getDatabase()); $this->render('product/list.html.twig',['products'=>$productRepository->getAllProducts()->toArray()]); } public function colorFilter(string $color): void {} }