RestExampleClientCalls::$client
Same name in other branches
- 3.x modules/rest_example/src/RestExampleClientCalls.php \Drupal\rest_example\RestExampleClientCalls::client
The client used to send HTTP requests.
Type: \GuzzleHttp\ClientInterface
File
-
modules/
rest_example/ src/ RestExampleClientCalls.php, line 22
Class
- RestExampleClientCalls
- Here we interact with the remote service.
Namespace
Drupal\rest_exampleCode
protected $client;