interface HttpClientManagerFactoryInterface in HTTP Client Manager 8
Same name and namespace in other branches
- 8.2 src/HttpClientManagerFactoryInterface.php \Drupal\http_client_manager\HttpClientManagerFactoryInterface
Interface HttpClientManagerFactoryInterface.
@package Drupal\http_client_manager
Hierarchy
- interface \Drupal\http_client_manager\HttpClientManagerFactoryInterface
Expanded class hierarchy of HttpClientManagerFactoryInterface
All classes that implement HttpClientManagerFactoryInterface
2 files declare their use of HttpClientManagerFactoryInterface
- HttpConfigRequestForm.php in src/
Form/ HttpConfigRequestForm.php - HttpServiceApiPreviewForm.php in src/
Form/ HttpServiceApiPreviewForm.php
File
- src/
HttpClientManagerFactoryInterface.php, line 10
Namespace
Drupal\http_client_managerView source
interface HttpClientManagerFactoryInterface {
/**
* Retrieves the registered http client for the requested service api.
*
* @param string $service_api
* The service api name.
*
* @return \Drupal\http_client_manager\HttpClientInterface
* The registered http client for this service api.
*/
public function get($service_api);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HttpClientManagerFactoryInterface:: |
public | function | Retrieves the registered http client for the requested service api. | 1 |