service http_client_manager.http_services_api in HTTP Client Manager 8
Same name and namespace in other branches
- 8.2 http_client_manager.services.yml \http_client_manager.http_services_api
Class
Drupal\http_client_manager\HttpServiceApiHandler5 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
View source
- class: Drupal\http_client_manager\HttpServiceApiHandler
- arguments:
- - '@app.root'
- - '@module_handler'
- - '@string_translation'
- - '@controller_resolver'
- - '@config.factory'