You are here

public function MappingEditForm::__construct in GatherContent 8.4

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

MappingImportForm constructor.

Parameters

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

\Drupal\gathercontent_ui\Form\MappingEditSteps\MappingStepService $mapping_service: MappingStepService.

File

gathercontent_ui/src/Form/MappingEditForm.php, line 48

Class

MappingEditForm
Class MappingEditForm.

Namespace

Drupal\gathercontent_ui\Form

Code

public function __construct(GatherContentClientInterface $client, MappingStepService $mapping_service) {
  $this->client = $client;
  $this->mappingService = $mapping_service;
}