You are here

public function ContentImportSelectForm::__construct in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 gathercontent_ui/src/Form/ContentImportSelectForm.php \Drupal\gathercontent_ui\Form\ContentImportSelectForm::__construct()

File

gathercontent_ui/src/Form/ContentImportSelectForm.php, line 39

Class

ContentImportSelectForm
Class ContentImportSelectForm.

Namespace

Drupal\gathercontent_ui\Form

Code

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