You are here

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\Event

Code

public function getHttpServiceApi() {
  return $this->httpServiceApi;
}