You are here

public function MappingStepEntityReference::setErImportType in GatherContent 8.4

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

Sets the import type.

Parameters

string $value: Import type text.

File

gathercontent_ui/src/Form/MappingEditSteps/MappingStepEntityReference.php, line 33

Class

MappingStepEntityReference
Class MappingStepEntityReference.

Namespace

Drupal\gathercontent_ui\Form\MappingEditSteps

Code

public function setErImportType($value) {
  $this->erImportType = $value;
}