You are here

service http_client_manager.http_services_api in HTTP Client Manager 8.2

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

Class

Drupal\http_client_manager\HttpServiceApiHandler
6 string references to http_client_manager.http_services_api
HttpClientManagerConfigForm::create in src/Form/HttpClientManagerConfigForm.php
Instantiates a new instance of this class.
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.

... See full list

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'