You are here

public function HttpFetcherFeedForm::__construct in Feeds 8.3

Constructs an HttpFeedForm object.

Parameters

\GuzzleHttp\ClientInterface $client: The HTTP client.

File

src/Feeds/Fetcher/Form/HttpFetcherFeedForm.php, line 32

Class

HttpFetcherFeedForm
Provides a form on the feed edit page for the HttpFetcher.

Namespace

Drupal\feeds\Feeds\Fetcher\Form

Code

public function __construct(ClientInterface $client) {
  $this->client = $client;
}