Skip to content
Snippets Groups Projects
Verified Commit b7542fbc authored by Dave Long's avatar Dave Long
Browse files

Issue #3425692 by msandoval, bember, KarimB, Amirez, Lenenba, joachim,...

Issue #3425692 by msandoval, bember, KarimB, Amirez, Lenenba, joachim, mradcliffe, julieelman, Farnoosh: development.services.yml should document that parameters are only shallow-merged

(cherry picked from commit fe3721e8)
parent 38a06b5e
Branches
Tags
6 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php,!8095Expose document root on install
Pipeline #169549 passed with warnings
Pipeline: drupal

#169576

    Pipeline: drupal

    #169571

      Pipeline: drupal

      #169564

        +1
        # 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:
        ......
        # 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:
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment