public function YandexServicesAuthController::__construct in Yandex Services Authorization API 8
Class constructor.
Parameters
\Guzzle\Http\Client: The Guzzle HTTP client.
File
- lib/
Drupal/ yandex_services_auth/ Controller/ YandexServicesAuthController.php, line 37 - Contains \Drupal\action\Controller\YandexServicesAuthController
Class
- YandexServicesAuthController
- Controller providing oauth callback for the site authorization on Yandex.
Namespace
Drupal\yandex_services_auth\ControllerCode
public function __construct(Client $http_client) {
$this->httpClient = $http_client;
}