development.services.yml 380 B

12345678910111213
  1. # Local development services.
  2. #
  3. # To activate this feature, follow the instructions at the top of the
  4. # 'example.settings.local.php' file, which sits next to this file.
  5. parameters:
  6. http.response.debug_cacheability_headers: true
  7. twig.config:
  8. debug: true
  9. cache: false
  10. auto_reload: true
  11. services:
  12. cache.backend.null:
  13. class: Drupal\Core\Cache\NullBackendFactory