Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 988 Bytes

2020-09-17-support-custom-cache-folders.md

File metadata and controls

15 lines (15 loc) · 988 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: Support custom cache folders
issue: NEXT-10854
author: Yann Karl
author_email: [email protected] 
author_github: @yannick80
---

Core

  • Changed property name cacheDir to projectDir, updated write path for dump in src/Core/Framework/Plugin/BundleConfigDumper.php
  • Changed parameter from %kernel.cache_dir% to %kernel.project_dir% in service description for BundleConfigDumper in src/Core/Framework/DependencyInjection/plugin.xml

Storefront

  • Changed property name cacheDir to projectDir, updated write path for execute in src/Storefront/Theme/Command/ThemeDumpCommand.php
  • Changed parameter %kernel.cache_dir% to %kernel.project_dir% in service description for ThemeDumpCommand in src/Storefront/DependencyInjection/theme.xml
  • Changed parameter kernel.cache_dir to kernel.project_dir for testExecuteShouldResolveThemeInheritanceChainAndConsiderThemeIdArgument in src/Storefront/Test/Theme/Command/ThemeDumpCommandTest.php