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