You are here

service http_client_factory in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \http_client_factory
  2. 9 core/core.services.yml \http_client_factory

Class

Drupal\Core\Http\ClientFactory
5 string references to http_client_factory
BrowserTestBase::initMink in core/tests/Drupal/Tests/BrowserTestBase.php
Initializes Mink sessions.
InstallerTestBase::setUp in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
JsonApiFunctionalTestBase::setUp in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
locale_translation_http_check in core/modules/locale/locale.batch.inc
Check if remote file exists and when it was last updated.
RestJsonApiUnsupported::setUp in core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php

File

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

View source
  1. class: Drupal\Core\Http\ClientFactory
  2. arguments:
  3. - '@http_handler_stack'