development.services.yml

Same filename in this branch
  1. 11.x sites/development.services.yml
Same filename and directory in other branches
  1. 9 sites/development.services.yml
  2. 9 core/assets/scaffold/files/development.services.yml
  3. 8.9.x sites/development.services.yml
  4. 8.9.x core/assets/scaffold/files/development.services.yml
  5. 10 sites/development.services.yml
  6. 10 core/assets/scaffold/files/development.services.yml
core/assets/scaffold/files/development.services.yml

File

core/assets/scaffold/files/development.services.yml

View source
  1. # Local development services.
  2. #
  3. # The development.services.yml file allows the developer to override
  4. # container parameters for debugging.
  5. #
  6. # To activate this feature, follow the instructions at the top of the
  7. # 'example.settings.local.php' file, which sits next to this file.
  8. #
  9. # Be aware that in Drupal's configuration system, all the files that
  10. # provide container definitions are merged using a shallow merge approach
  11. # within \Drupal\Core\DependencyInjection\YamlFileLoader.
  12. # This means that if you want to override any value of a parameter, the
  13. # whole parameter array needs to be copied from
  14. # sites/default/default.services.yml or from core/core.services.yml file.
  15. parameters:
  16. http.response.debug_cacheability_headers: true
  17. services:
  18. cache.backend.null:
  19. class: Drupal\Core\Cache\NullBackendFactory

Services

Title Deprecated Summary
cache.backend.null Drupal\Core\Cache\NullBackendFactory

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.