public function HttpClientInterface::getCommand in HTTP Client Manager 8.2
Same name and namespace in other branches
- 8 src/HttpClientInterface.php \Drupal\http_client_manager\HttpClientInterface::getCommand()
Get single service api command by name.
Parameters
string $commandName: The command name.
Return value
\GuzzleHttp\Command\Guzzle\Operation The api command.
1 method overrides HttpClientInterface::getCommand()
- HttpClient::getCommand in src/
HttpClient.php - Get single service api command by name.
File
- src/
HttpClientInterface.php, line 37
Class
- HttpClientInterface
- Interface HttpClientInterface.
Namespace
Drupal\http_client_managerCode
public function getCommand($commandName);