development.services.yml 332 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. services:
  6. cache.backend.null:
  7. class: Drupal\Core\Cache\NullBackendFactory
  8. parameters:
  9. twig.config:
  10. debug: true
  11. auto_reload: true
  12. cache: false