mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-05 16:51:21 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
19
drupal10/web/sites/development.services.yml
Normal file
19
drupal10/web/sites/development.services.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Local development services.
|
||||
#
|
||||
# The development.services.yml file allows the developer to override
|
||||
# container parameters for debugging.
|
||||
#
|
||||
# To activate this feature, follow the instructions at the top of the
|
||||
# 'example.settings.local.php' file, which sits next to this file.
|
||||
#
|
||||
# Be aware that in Drupal's configuration system, all the files that
|
||||
# provide container definitions are merged using a shallow merge approach
|
||||
# within \Drupal\Core\DependencyInjection\YamlFileLoader.
|
||||
# This means that if you want to override any value of a parameter, the
|
||||
# whole parameter array needs to be copied from
|
||||
# sites/default/default.services.yml or from core/core.services.yml file.
|
||||
parameters:
|
||||
http.response.debug_cacheability_headers: true
|
||||
services:
|
||||
cache.backend.null:
|
||||
class: Drupal\Core\Cache\NullBackendFactory
|
Loading…
Add table
Add a link
Reference in a new issue