You are here

service thunder_test_mock_request.http_client.middleware in Thunder 8.5

Same name and namespace in other branches
  1. 6.2.x tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml \thunder_test_mock_request.http_client.middleware
  2. 6.1.x tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml \thunder_test_mock_request.http_client.middleware

Class

Drupal\thunder_test_mock_request\MockHttpClientMiddleware

Tags

  • http_client_middleware

File

tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml
tests/modules/thunder_test_mock_request/thunder_test_mock_request.services.yml

View source
  1. class: Drupal\thunder_test_mock_request\MockHttpClientMiddleware
  2. arguments:
  3. - '@request_stack'
  4. - '@state'
  5. tags:
  6. - { name: http_client_middleware }