You are here

protected property CredentialForm::$httpClient in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal_ui/src/Form/CredentialForm.php \Drupal\migrate_drupal_ui\Form\CredentialForm::httpClient

The HTTP client to fetch the files with.

Type: \GuzzleHttp\ClientInterface

File

core/modules/migrate_drupal_ui/src/Form/CredentialForm.php, line 30

Class

CredentialForm
Migrate Upgrade database credential form.

Namespace

Drupal\migrate_drupal_ui\Form

Code

protected $httpClient;