public function HttpClientInterface::getCommands in HTTP Client Manager 8.2
Same name and namespace in other branches
- 8 src/HttpClientInterface.php \Drupal\http_client_manager\HttpClientInterface::getCommands()
Get service api commands.
Return value
mixed The service api commands.
1 method overrides HttpClientInterface::getCommands()
- HttpClient::getCommands in src/
HttpClient.php - Get service api commands.
File
- src/
HttpClientInterface.php, line 26
Class
- HttpClientInterface
- Interface HttpClientInterface.
Namespace
Drupal\http_client_managerCode
public function getCommands();