Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \http_handler_stack
  2. 9 core/core.services.yml \http_handler_stack

Class

GuzzleHttp\HandlerStack
1 string reference to http_handler_stack
InstallerTestBase::installDrupal in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
We are testing the installer, so set up a minimal environment for that.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: GuzzleHttp\HandlerStack
  2. public: false
  3. factory: 'GuzzleHttp\HandlerStack::create'
  4. configurator:
  5. - '@http_handler_stack_configurator'
  6. - configure