You are here

public function MappingImportForm::__construct in GatherContent 8.4

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

MappingImportForm constructor.

Parameters

\Cheppers\GatherContent\GatherContentClientInterface $client: GatherContent client.

File

gathercontent_ui/src/Form/MappingImportForm.php, line 32

Class

MappingImportForm
Class MappingImportForm.

Namespace

Drupal\gathercontent_ui\Form

Code

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