You are here

protected function HttpClient::initFileLocator in HTTP Client Manager 8.2

Set File Locator.

1 call to HttpClient::initFileLocator()
HttpClient::getFileLocator in src/HttpClient.php
Get File Locator.

File

src/HttpClient.php, line 273

Class

HttpClient
The http client.

Namespace

Drupal\http_client_manager

Code

protected function initFileLocator() {
  $source = $this
    ->getApiSourceInfo();
  $this->fileLocator = new FileLocator($source['dirname']);
}