Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 574 Bytes

2022-03-08-use-parameters-to-display-cache-information-in-admin.md

File metadata and controls

10 lines (10 loc) · 574 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Use parameters to display cache information in admin.
issue: https://github.com/shopware/platform/issues/2369
author: Andreas Allacher
author_email: andreas.allacher@massiveart.com
author_github: @AndreasA
---

Core

  • Changed Shopware\Core\Framework\Api\Controller\CacheController to retrieve cache information from parameters.
  • Changed Shopware\Core\Framework\Api\Controller\CacheController service definition to use 'container.service_subscriber for the container, so \Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getParameter works.