public function HttpClientHandlerStackEvent::getHttpServiceApi in HTTP Client Manager 8.2
Get HTTP Service Api id.
Return value
string The HTTP Service Api id.
File
- src/
Event/ HttpClientHandlerStackEvent.php, line 58
Class
- HttpClientHandlerStackEvent
- Class HttpClientHandlerStackEvent.
Namespace
Drupal\http_client_manager\EventCode
public function getHttpServiceApi() {
return $this->httpServiceApi;
}