You are here

service http_client_manager.http_services_api in HTTP Client Manager 8

Same name and namespace in other branches
  1. 8.2 http_client_manager.services.yml \http_client_manager.http_services_api

Class

Drupal\http_client_manager\HttpServiceApiHandler
5 string references to http_client_manager.http_services_api
HttpClientManagerFactory::get in src/HttpClientManagerFactory.php
Retrieves the registered http client for the requested service api.
HttpClientManagerFactoryTest::testGet in tests/src/Unit/HttpClientManagerFactoryTest.php
Tests HttpClientManagerFactory::get().
HttpClientManagerPreview::create in src/Controller/HttpClientManagerPreview.php
Instantiates a new instance of this class.
HttpConfigRequestForm::create in src/Form/HttpConfigRequestForm.php
Instantiates a new instance of this class.
HttpServiceApiPreviewForm::create in src/Form/HttpServiceApiPreviewForm.php
Instantiates a new instance of this class.

File

./http_client_manager.services.yml
http_client_manager.services.yml

View source
  1. class: Drupal\http_client_manager\HttpServiceApiHandler
  2. arguments:
  3. - '@app.root'
  4. - '@module_handler'
  5. - '@string_translation'
  6. - '@controller_resolver'
  7. - '@config.factory'