public function ExampleController::__construct in HTTP Client Manager 8
Same name and namespace in other branches
- 8.2 modules/http_client_manager_example/src/Controller/ExampleController.php \Drupal\http_client_manager_example\Controller\ExampleController::__construct()
File
- modules/
http_client_manager_example/ src/ Controller/ ExampleController.php, line 29
Class
- ExampleController
- Class ExampleController.
Namespace
Drupal\http_client_manager_example\ControllerCode
public function __construct(HttpClientInterface $http_client) {
$this->httpClient = $http_client;
}